DispatchHandler typedef

DispatchHandler = dynamic Function(dynamic action)

Handler to dispatch actions to store

action argument provided by the Saga to the Put Effect

Implementation

typedef DispatchHandler = dynamic Function(dynamic action);