static String bytesToHex(List<int> bytes, {bool include0x = false}) { return encode(Uint8List.fromList(bytes), prefix: include0x); }