writeBuff method

void writeBuff(
  1. Uint8Buffer data, [
  2. bool indefinite = false
])

Byte string primitive.

Implementation

void writeBuff(typed.Uint8Buffer data, [bool indefinite = false]) {
  _writeBuff(data, indefinite);
  _builderHookImpl(true, data);
}