dispatchAsync property

DispatchAsync<St> dispatchAsync

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;