state property
SolanaMobileWebSocketState
get
state
The web socket's current connection state.
Implementation
SolanaMobileWebSocketState get state => SolanaMobileWebSocketState.byCode(socket?.readyState);