afterware method

FutureOr<Action> afterware(
  1. DispatchFunction dispatcher,
  2. S state,
  3. Action action
)

Implementation

FutureOr<Action> afterware(
        DispatchFunction dispatcher, S state, Action action) =>
    action;