updateOnFailed abstract method

State updateOnFailed(
  1. FutureFailedAction action
)

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

Implementation

State updateOnFailed(FutureFailedAction action);