onConnected property
Future<void>
get
onConnected
A future that completes when the connection is established.
Implementation
Future<void> get onConnected => _connectionCompleter.future;
A future that completes when the connection is established.
Future<void> get onConnected => _connectionCompleter.future;