dispatchAsync method

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

Implementation

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