appendBytes method

dynamic appendBytes (Uint8List bytes)

Implementation

appendBytes(Uint8List bytes) {
  bytes.forEach((b) => addUint8(b));
}