ContextWatchRecordExt189<T0, T1, T2> extension

More convenient API for watching multiple values at once.

on

Methods

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

Available on (ValueListenable<T0>, Future<T1>, Stream<T2>, Listenable), provided by the ContextWatchRecordExt189 extension

Watch all observables for changes.