RetryDelayFn typedef

RetryDelayFn = Duration Function(int attemptIndex, Object error)

Retry delay function type

Implementation

typedef RetryDelayFn = Duration Function(int attemptIndex, Object error);