RetryConfig constructor
RetryConfig({})
Implementation
RetryConfig({
this.maxBackoffDuration,
this.maxDoublings,
this.maxRetryDuration,
this.minBackoffDuration,
this.retryCount,
});
RetryConfig({
this.maxBackoffDuration,
this.maxDoublings,
this.maxRetryDuration,
this.minBackoffDuration,
this.retryCount,
});