retryDelay property

Duration Function(int retryCount) retryDelay
final

A function that calculates the delay between retries.

The function takes the current retry count as input and returns a Duration.

Implementation

final Duration Function(int retryCount) retryDelay;