websocketHost property
- @Deprecated('This is only for internal use and may be removed in the future.')
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;
}