ExponentialBackoff constructor
const
ExponentialBackoff({})
Implementation
const ExponentialBackoff({
this.baseDelay = const Duration(seconds: 1),
this.maxDelay = const Duration(seconds: 30),
this.withJitter = true,
});