isWebSocketConnected property
Returns true if the web socket is connected.
Implementation
@Deprecated('Use streamingConnectionStatus instead.')
bool get isWebSocketConnected {
return _webSocket != null;
}
Returns true if the web socket is connected.
@Deprecated('Use streamingConnectionStatus instead.')
bool get isWebSocketConnected {
return _webSocket != null;
}