dispatch method

dynamic dispatch (Action action)

Implementation

dispatch(Action action) {
  _dispatcher.add(action);
}