RetryConfig constructor
const
RetryConfig({})
Implementation
const RetryConfig({
this.maxAttempts = 3,
this.delay = const Duration(seconds: 1),
this.shouldRetry,
this.backoffMultiplier = 1.0,
});
const RetryConfig({
this.maxAttempts = 3,
this.delay = const Duration(seconds: 1),
this.shouldRetry,
this.backoffMultiplier = 1.0,
});