afterware method

FutureOr<ReduxAction> afterware(
  1. DispatchFunction dispatcher,
  2. ReduxState state,
  3. ReduxAction action
)

Implementation

FutureOr<ReduxAction> afterware(DispatchFunction dispatcher, ReduxState state, ReduxAction action) => action;