addLast method

void addLast(
  1. Uint8List chunk
)

Append a chunk to the buffer queue

Implementation

void addLast(Uint8List chunk) => _bufferedChunks.add(chunk);