Dispatch<St> typedef

Dispatch<St> = FutureOr<ActionStatus> Function(ReduxAction<St> action, {bool notify})

Implementation

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