dispatchSync property

DispatchSync<St> dispatchSync

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;