ReadOnlyRefFutureWatchEffectAPI<T> extension
- on
-
- ReadOnlyRef<
Future< T> >
- ReadOnlyRef<
Methods
-
watchEffect(
BuildContext context, void effect(AsyncSnapshot< T> snapshot), {Object? key, bool immediate = false, bool once = false}) → void -
Available on ReadOnlyRef<
Watch this Future for changes.Future< , provided by the ReadOnlyRefFutureWatchEffectAPI extensionT> >