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