writeUint8 method

  1. @override
void writeUint8(
  1. int x
)
override

Implementation

@override
void writeUint8(int x) {
  _data.addByte(x);
}