addUint8Array method

void addUint8Array(
  1. Uint8List value
)

Implementation

void addUint8Array(Uint8List value) {
  _list.addAll(value);
}