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