pushBytes method

void pushBytes(
  1. Uint8List bytes
)

Implementation

void pushBytes(Uint8List bytes) {
  blob.addAll(bytes);
}