RetryOptions constructor
RetryOptions({})
Options to pass into retryClient to control the retry behavior.
Implementation
RetryOptions({
required this.maxRetries,
required this.addJitter,
this.retryIf,
this.delayDurations,
});