dispatchSync property

DispatchSync<CoreState> dispatchSync
inherited

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

Implementation

DispatchSync<St> get dispatchSync => _store.dispatchSync;