@override Future<Uint8List> toBin(String hexString) async { return HexConverter.hexToBytes(hexString); }