WsClient constructor

WsClient()

Implementation

WsClient()
    : _websocketIntendedState = WebsocketStatus.uninitialized,
      _onConnectionCallbacks = List.empty(growable: true);