ContextWatchRecordRefExt95<TListenable0 extends Listenable, TListenable1 extends Listenable, T2, T3> extension

More convenient API for watching multiple values at once.

on

Methods

watch(BuildContext context) → (TListenable0, TListenable1, AsyncSnapshot<T2>, AsyncSnapshot<T3>)

Available on (ReadOnlyRef<TListenable0>, ReadOnlyRef<TListenable1>, ReadOnlyRef<Stream<T2>>, ReadOnlyRef<Stream<T3>>), provided by the ContextWatchRecordRefExt95 extension

Watch all observables for changes.