parseBase64 method

Uint8List parseBase64()

Implementation

Uint8List parseBase64() {
  return base64.decode(this);
}