writeBytes abstract method

int writeBytes(
  1. Uint8List bs, [
  2. int offset = 0,
  3. int? length
])

Writes the bytes into this buffer, respecting offset and length parameters.

Implementation

int writeBytes(Uint8List bs, [int offset = 0, int? length]);