ContextWatchRecordExt170<T0, T1, T2, T3> extension

More convenient API for watching multiple values at once.

on

Methods

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

Available on (ValueListenable<T0>, ValueListenable<T1>, Future<T2>, ValueListenable<T3>), provided by the ContextWatchRecordExt170 extension

Watch all observables for changes.