data method

Uint8List data()

Returns the decoded binary data.

Implementation

Uint8List data() => base64.decode(encodedString);