dispatch method

void dispatch(
  1. Action action
)

Implementation

void dispatch(Action action) {
  _dispatchController.add(WareContext(dispatch, states.requireValue, action));
}