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