dispatch property

Dispatch<St> dispatch

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;