RetryHandler constructor
Implementation
RetryHandler({
this.maxRetries = 3,
this.baseDelay = const Duration(seconds: 1),
this.maxDelay = const Duration(seconds: 30),
});
RetryHandler({
this.maxRetries = 3,
this.baseDelay = const Duration(seconds: 1),
this.maxDelay = const Duration(seconds: 30),
});