socketUrl property

String get socketUrl

Returns the full WebSocket URL for this configuration.

Implementation

String get socketUrl => 'wss://$host:$port';