dispatch method

void dispatch(
  1. dynamic action
)
inherited

Implementation

void dispatch(dynamic action) {
  dispatcher.dispatch(action);
}