dispatch method

void dispatch (Action action)

Implementation

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