core/reducer library

Typedefs

Reducer<S> = FutureOr<S> Function(dynamic action, S previousState)