onReady property

  1. @override
Future<void> onReady
override

This future completes as soon as the connection is established and fully initialized

Implementation

@override
Future<void> get onReady => Future.error({});