isWebSocketConnected property

  1. @Deprecated('Use streamingConnectionStatus instead.')
bool isWebSocketConnected

Returns true if the web socket is connected.

Implementation

@Deprecated('Use streamingConnectionStatus instead.')
bool get isWebSocketConnected {
  return _webSocket != null;
}