actionDispatched method

  1. @override
void actionDispatched(
  1. dynamic action
)
override

Defines function type which is invoked when a Redux action is dispatched

action The dispatched Redux action. If the action was dispatched by a Saga and if action implements SagaAction then the actions SagaAction.dispatched property is set to true

Implementation

@override
void actionDispatched(dynamic action) {}