ContextWatchCallbackRecordExt14<TListenable1 extends Listenable, T2, T3> extension
More convenient API for watching multiple values at once.
Methods
-
unwatchEffect(
BuildContext context, {required Object key}) → void -
Available on (TListenable1, Future<
Remove the effect with the givenT2> , Future<T3> ), provided by the ContextWatchCallbackRecordExt14 extensionkey
from the list of effects to be called when any of referenced observables notifies of a change. -
watchEffect(
BuildContext context, void effect(TListenable1, AsyncSnapshot< T2> , AsyncSnapshot<T3> ), {Object? key, bool immediate = false, bool once = false}) → void -
Available on (TListenable1, Future<
Watch all observables for changes.T2> , Future<T3> ), provided by the ContextWatchCallbackRecordExt14 extension -
watchOnly<
R> (BuildContext context, R selector(TListenable1, AsyncSnapshot< T2> , AsyncSnapshot<T3> )) → R -
Available on (TListenable1, Future<
Watch all observables for changes.T2> , Future<T3> ), provided by the ContextWatchCallbackRecordExt14 extension