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