dispatch method

void dispatch (
  1. Action action
)

Implementation

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