actionDispatched method

void actionDispatched(
  1. dynamic action
)

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

void actionDispatched(dynamic action) {}