dispatch abstract method

void dispatch(
  1. ActionT action
)

Dispatches an action.

Actions are dispatched synchronously. It is impossible to try to dispatch actions during build.

Implementation

void dispatch(ActionT action);