writeAllBytes abstract method

int writeAllBytes(
  1. Uint8List bytes
)

Writes all the bytes into this buffer.

Implementation

int writeAllBytes(Uint8List bytes);