DispatchSync<St> typedef

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

Implementation

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