queueBytes method
Queue bytes to be returned by readByteSync.
Implementation
void queueBytes(List<int> bytes) {
_byteQueue.addAll(bytes);
}
Queue bytes to be returned by readByteSync.
void queueBytes(List<int> bytes) {
_byteQueue.addAll(bytes);
}