onRecover property

(dynamic Function(ExecutionContext context)?) onRecover

The callback to be executed when all retries have failed the specified maxAttempt.

Implementation

Function(ExecutionContext context)? get onRecover;