addBytes method

void addBytes(
  1. Uint8List byte
)

Implementation

void addBytes(Uint8List byte) {
  bytes.add(byte);
}