ws property
IOWebSocketChannel?
get
ws
Returns the underlying WebSocket connection
Implementation
IOWebSocketChannel? get ws {
return _ws;
}
Returns the underlying WebSocket connection
IOWebSocketChannel? get ws {
return _ws;
}