ReadOnlyRefFutureWatchEffectAPI<T> extension

on

Methods

watchEffect(BuildContext context, void effect(AsyncSnapshot<T> snapshot), {Object? key, bool immediate = false, bool once = false}) → void

Available on ReadOnlyRef<Future<T>>, provided by the ReadOnlyRefFutureWatchEffectAPI extension

Watch this Future for changes.