add method

void add(
  1. Uint8List chunk
)

Implementation

void add(Uint8List chunk) => _buffer.add(chunk);