onDispatch method

void onDispatch(
  1. ActionBase action
)

this method will be called whenever action dispatches

Implementation

void onDispatch(ActionBase action) {}