decode static method

Uint8List decode(
  1. String value
)

Implementation

static Uint8List decode(String value) {
  return base64.decode(value);
}