writeBytes method

void writeBytes(
  1. Uint8List bytes
)

Implementation

void writeBytes(Uint8List bytes) {
  _buffer.add(bytes);
}