isReady property

Future<void> get isReady

Future that completes when the VDOM is ready

Implementation

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