dispatch
void
dispatch(
Dispatches an action. This is the only way to trigger a state change.
Implementation
void dispatch(Action action);
void
dispatch(
Dispatches an action. This is the only way to trigger a state change.
void dispatch(Action action);