onConnected property

Future<void> get onConnected

A future that completes when the connection is established.

Implementation

Future<void> get onConnected => _connectionCompleter.future;