dispatch function
- Action action
This is a helper function of store.dispatch(Action action).
Implementation
void dispatch(Action action) {
_store.dispatch(action);
}
This is a helper function of store.dispatch(Action action).
void dispatch(Action action) {
_store.dispatch(action);
}