state property
The current state of the WebSocket connection.
Implementation
@override
@visibleForTesting
WebSocketClientState get state => _state;
The current state of the WebSocket connection.
@override
@visibleForTesting
WebSocketClientState get state => _state;