dispatch method
void
dispatch(
- TAction action
Dispatches action
and triggers stage changes.
Note: The dispatch function identity is stable and will not change on re-renders.
Implementation
void dispatch(TAction action) => _dispatch(action);