pushRawBytes method

dynamic pushRawBytes (Uint8List bytes)

Implementation

pushRawBytes(Uint8List bytes) {
  buf.appendBytes(bytes);
}