writeByteList abstract method

void writeByteList(
  1. List<int> bytes, {
  2. bool writeLength = true,
})

Write a list of bytes.

Implementation

void writeByteList(List<int> bytes, {bool writeLength = true});