onMaxRetryReached property

dynamic Function(int attemptCount)? onMaxRetryReached
final

Called when maximum retry attempts are reached.

Implementation

final Function(int attemptCount)? onMaxRetryReached;