String u8aToHex(Uint8List u8a, {bool include0x = true}) { return bytesToHex(u8a, include0x: include0x); }