toBase64ByteList method

Uint8List toBase64ByteList()

Converts this base64-encoded string into a list of bytes.

Shorthand for base64Decode.

Implementation

Uint8List toBase64ByteList() => base64Decode();