dispatch method
Dispatches an action to the state machine.
Implementation
@override
void dispatch(ACTION action) {
_dispatchedActions.add(action);
}
Dispatches an action to the state machine.
@override
void dispatch(ACTION action) {
_dispatchedActions.add(action);
}