toBytes method

Uint8List toBytes()

Decodes base64 into a list of bytes.

Implementation

Uint8List toBytes() => base64Decode(base64);