readByte method

  1. @override
int readByte()
override

Implementation

@override
int readByte() {
  return _proto?.readByte() ?? 0;
}