ready property

Future<void> ready

Future indicating if the connection has been established. It completes on successful connection to the websocket.

Implementation

Future<void> get ready => _webSocket.ready;