backoffFunction property
Function for determining the Duration to wait before making the next attempt. See exponentialBackoff for an example.
Implementation
final Duration? Function(int) backoffFunction;
Function for determining the Duration to wait before making the next attempt. See exponentialBackoff for an example.
final Duration? Function(int) backoffFunction;