webSocketUri property

Uri webSocketUri

Uri for WebScoket server.

Implementation

Uri get webSocketUri =>
    new Uri(scheme: 'ws', host: hostName, port: webSocketPort);