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