writeByte method

  1. @override
void writeByte(
  1. int b
)
override

Implementation

@override
void writeByte(int b) {
  _proto?.writeByte(b);
}