exponentialBackoffMultiplier property

num exponentialBackoffMultiplier
final

The pause between retries is multiplied by this number with each attempt, causing it to grow exponentially.

Implementation

final num exponentialBackoffMultiplier;