ready property

  1. @override
Future<void> get ready
override

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

Implementation

@override
Future<void> get ready => _readyCompleter.future;