DispatchFunction typedef

DispatchFunction = void Function(ReduxAction action)

A function that can dispatch an ReduxAction to a ReduxStore.

Implementation

typedef DispatchFunction = void Function(ReduxAction action);