updateOnPending abstract method

State updateOnPending(
  1. FuturePendingAction action
)

Implement this method to update the state when FuturePendingAction is passed.

Implementation

State updateOnPending(FuturePendingAction action);