ContextWatchRecordRefExt251<T0, T1, T2, T3> extension

More convenient API for watching multiple values at once.

on

Methods

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

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

Watch all observables for changes.