dispatch property

Dispatch<CoreState> dispatch
inherited

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

Implementation

Dispatch<St> get dispatch => _store.dispatch;