parse abstract method

Uint8List parse(
  1. String encoded
)

Decodes the given encoded String into a Uint8List.

Implementation

Uint8List parse(String encoded);