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