writeAllBytes method

int writeAllBytes(
  1. Uint8List bytes
)

Writes all the bytes into this buffer.

Implementation

int writeAllBytes(Uint8List bytes) => bytesIO.writeAllBytes(bytes);