state property

WebSocketState get state

Returns the current connection state.

Implementation

WebSocketState get state => _state;