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