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