raw method

void raw(
  1. Uint8List bytes
)

Send raw bytes

Implementation

void raw(Uint8List bytes) {
  _commands.add(Raw(bytes: bytes));
}