socketUrl property
String
get
socketUrl
Returns the full WebSocket URL for this configuration.
Implementation
String get socketUrl => 'wss://$host:$port';
Returns the full WebSocket URL for this configuration.
String get socketUrl => 'wss://$host:$port';