onReady property

Future<void> onReady

On ready callback: this is fired when the contoller is ready

Implementation

Future<void> get onReady => _readyCompleter.future;