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