dispatch method

Store dispatch (Action action)

Implementation

Store dispatch(Action action) {
  _storeHelper.dispatch(action);
  return this;
}