isReady property
Future<void>
get
isReady
Future that completes when the VDOM is ready
Implementation
Future<void> get isReady => _readyCompleter.future;
Future that completes when the VDOM is ready
Future<void> get isReady => _readyCompleter.future;