writeUint8List method

void writeUint8List(
  1. List<int> values
)

Implementation

void writeUint8List(List<int> values) => _builder.add(values);