websocketUrl property

String websocketUrl

websocket连接地址

Implementation

String get websocketUrl => sslEnable ? 'wss://$host:$port' : 'ws://$host:$port';