onReady property
On ready callback: this is fired when the contoller is ready
Implementation
Future<void> get onReady => _readyCompleter.future;
On ready callback: this is fired when the contoller is ready
Future<void> get onReady => _readyCompleter.future;