writeBytes abstract method

void writeBytes(
  1. List<int> bytes, {
  2. int? length,
})

Write a set of bytes to the output stream.

Implementation

void writeBytes(List<int> bytes, {int? length});