writeBinary abstract method

void writeBinary(
  1. Uint8List buffer
)

Writes a Uint8List into the buffer

  • buffer: the value to write

Implementation

void writeBinary(Uint8List buffer);