sendPing method

void sendPing(
  1. Uint8List data
)

Implementation

void sendPing(Uint8List data) {
  _channel.send(OpCode.ping, data);
}