dispatchAsync property

DispatchAsync<CoreState> dispatchAsync
inherited

Runs the action, applying its reducer, and possibly changing the store state. Note: dispatchAsync is of type DispatchAsync.

Implementation

DispatchAsync<St> get dispatchAsync => _store.dispatchAsync;