Decodes a hexadecimal encoded string.
encoded
Uint8List hexDecode(final String encoded) => Uint8List.fromList(hex.decode( encoded, ));