DispatchAsync<St> typedef

  1. @Deprecated("Use `DispatchAndWait` instead. This will be removed.")
DispatchAsync<St> = Future<ActionStatus> Function(ReduxAction<St> action, {bool notify})

Implementation

@Deprecated("Use `DispatchAndWait` instead. This will be removed.")
typedef DispatchAsync<St> = Future<ActionStatus> Function(
  ReduxAction<St> action, {
  bool notify,
});