ready property

Future<void> ready
final

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

Implementation

final Future<void> ready = Future.value();