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