dispatchAndWait method

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

Implementation

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