ready property
Future indicating if the connection has been established. It completes on successful connection to the websocket.
Implementation
final Future<void> ready = Future.value();
Future indicating if the connection has been established. It completes on successful connection to the websocket.
final Future<void> ready = Future.value();