addRawBytes method

void addRawBytes(
  1. List<int> bytes
)

Implementation

void addRawBytes(List<int> bytes) {
  _bytes.addAll(bytes);
}