ExponentialBackoff constructor

ExponentialBackoff(
  1. AttemptBackoff attemptBackoff,
  2. Duration timeUnits,
  3. double base,
  4. Duration offset,
)

Implementation

ExponentialBackoff(this.attemptBackoff, this.timeUnits, this.base, this.offset);