DispatchAndWait<St> typedef

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

Implementation

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