Combine<S, R> typedef

Combine<S, R> = R Function(List<S> data)

Signature for functions used by CombineLatestNotifier to combine data from a number of source ResultNotifiers into a single value.

Implementation

typedef Combine<S, R> = R Function(List<S> data);