RetryOptions constructor
const
RetryOptions({})
Implementation
const RetryOptions({
this.maxAttempts = 3,
this.initialDelay = const Duration(seconds: 1),
this.maxDelay = const Duration(seconds: 30),
this.backoffMultiplier = 2.0,
this.shouldRetry,
});