Converts a hex string to a Uint8List
static Uint8List hexToBytes(String hex) { return Uint8List.fromList(HEX.decode(hex)); }