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