ws property

IOWebSocketChannel? get ws

Returns the underlying WebSocket connection

Implementation

IOWebSocketChannel? get ws {
  return _ws;
}