DispatchAsync<St> typedef

DispatchAsync<St> = Future<ActionStatus> Function(ReduxAction<St> action, {bool notify})

Implementation

typedef DispatchAsync<St> = Future<ActionStatus> Function(
  ReduxAction<St> action, {
  bool notify,
});