writeBytes method

dynamic writeBytes(
  1. List<int> bytes
)

Implementation

writeBytes(List<int> bytes) {
  data.addAll(bytes);
}