Reducer<T, U> typedef

Reducer<T, U> = FutureOr<T> Function(T currentState, U action)

Implementation

typedef Reducer<T, U> = FutureOr<T> Function(T currentState, U action);