middleware method

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

Implementation

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