writeBytes method

void writeBytes(
  1. List<int> bytes
)

Implementation

void writeBytes(List<int> bytes) => _builder.add(bytes);