ContextWatchRecordExt62<T0, T1, T2> extension
More convenient API for watching multiple values at once.
- on
-
- (Future<
T0> , Stream<T1> , ValueListenable<T2> )
- (Future<
Methods
-
watch(
BuildContext context) → (AsyncSnapshot< T0> , AsyncSnapshot<T1> , T2) -
Available on (Future<
Watch all observables for changes.T0> , Stream<T1> , ValueListenable<T2> ), provided by the ContextWatchRecordExt62 extension