pendingReducer property

State Function(State, FuturePendingAction<Action>) pendingReducer
final

A reducer to handle FuturePendingAction, when you need to use custom implementation to handle the action. If not null, this will be used instead of FutureReducerDefaults.pendingReducer.

Implementation

final State Function(State, FuturePendingAction<Action>) pendingReducer;