ContextWatchRecordRefExt128<T1, T2, T3> extension

More convenient API for watching multiple values at once.

on

Methods

watch(BuildContext context) → (void, AsyncSnapshot<T1>, AsyncSnapshot<T2>, AsyncSnapshot<T3>)

Available on (ReadOnlyRef<Listenable>, ReadOnlyRef<Future<T1>>, ReadOnlyRef<Stream<T2>>, ReadOnlyRef<Stream<T3>>), provided by the ContextWatchRecordRefExt128 extension

Watch all observables for changes.