DispatchFunction typedef

DispatchFunction = void Function(Action action)

A function that can dispatch an Action to a Store.

Implementation

typedef void DispatchFunction(Action action);