websocketHost property

  1. @Deprecated('This is only for internal use and may be removed in the future.')
Future<String> get websocketHost

Full host name of the web socket endpoint. E.g. "wss://example.com/websocket"

Implementation

@Deprecated('This is only for internal use and may be removed in the future.')
Future<String> get websocketHost async {
  return _webSocketHostWithAuth;
}