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