ContextWatchCallbackRecordExt300<T0, TListenable1 extends ValueListenable<T2> , T2, T3, TListenable4 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 givenT0> , TListenable1, Stream<T3> , TListenable4), provided by the ContextWatchCallbackRecordExt300 extensionkey
from the list of effects to be called when any of referenced observables notifies of a change. -
watchEffect(
BuildContext context, void effect(AsyncSnapshot< T0> , T2, AsyncSnapshot<T3> , TListenable4), {Object? key, bool immediate = false, bool once = false}) → void -
Available on (Stream<
Watch all observables for changes.T0> , TListenable1, Stream<T3> , TListenable4), provided by the ContextWatchCallbackRecordExt300 extension -
watchOnly<
R> (BuildContext context, R selector(AsyncSnapshot< T0> , T2, AsyncSnapshot<T3> , TListenable4)) → R -
Available on (Stream<
Watch all observables for changes.T0> , TListenable1, Stream<T3> , TListenable4), provided by the ContextWatchCallbackRecordExt300 extension