add abstract method

void add(
  1. Uint8List bytes
)

Appends bytes to the sink.

Implementation

void add(Uint8List bytes);