Decodes the given encoded String into a Uint8List.
encoded
@override Uint8List parse(String encoded) => base64Decode(encoded);