writeBinary method

  1. @override
void writeBinary(
  1. Int8List? bytes
)
override

Implementation

@override
void writeBinary(Int8List? bytes) {
  _proto?.writeBinary(bytes);
}