ExponentialBackoff constructor
ExponentialBackoff(
- AttemptBackoff attemptBackoff,
- Duration timeUnits,
- double base,
- Duration offset,
Implementation
ExponentialBackoff(this.attemptBackoff, this.timeUnits, this.base, this.offset);