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