onDispatchedAction method
- StoreAction<
State> action
This method is called whenever an StoreAction<State> is dispatched and before it is executed.
Implementation
@protected
void onDispatchedAction(StoreAction<State> action) {}
This method is called whenever an StoreAction<State> is dispatched and before it is executed.
@protected
void onDispatchedAction(StoreAction<State> action) {}