sendData method

void sendData(
  1. Uint8List data
)

Implementation

void sendData(Uint8List data) {
  _channel.send(OpCode.binary, data);
}