fun dispatch(action: A): <ERROR CLASS>
Dispatches a synchronous action object.
fun dispatch(actionCreator: ActionCreator<dynamic, S>): <ERROR CLASS>
Dispatches an asynchronous action function.