exponentialBackoffMultiplier property
The pause between retries is multiplied by this number with each attempt, causing it to grow exponentially.
Implementation
final num exponentialBackoffMultiplier;
The pause between retries is multiplied by this number with each attempt, causing it to grow exponentially.
final num exponentialBackoffMultiplier;