writeBytes abstract method

void writeBytes(
  1. List<int> bytes, [
  2. int? len
])

Write a set of bytes to the output stream.

Implementation

void writeBytes(List<int> bytes, [int? len]);