EmptyEnvironment typedef

EmptyEnvironment = void

Type alias for reducers that do not require an environment.

Use with Store.emptyEnvironment when your reducer has no external dependencies.

Implementation

typedef EmptyEnvironment = void;