decode abstract method

Uint8List? decode(
  1. String string
)

Decodes a string back to binary data.

string is the encoded string to decode.

Returns the decoded binary data, or null if decoding fails.

Implementation

Uint8List? decode(String string);