bool identicalBinaries(Uint8List bytes1, Uint8List bytes2) { return std_std.identicalBinaries(bytes1, bytes2); }