dispatchSync method

ActionStatus dispatchSync(
  1. ReduxAction<St> action, {
  2. bool notify = true,
})

Implementation

ActionStatus dispatchSync(ReduxAction<St> action, {bool notify = true}) =>
    store.dispatchSync(action, notify: notify);