AsyncFunctionExtension9<R, A, B, C, D, E, F, G, H, I> extension

on

Methods

retry(A a, B b, C c, D d, E e, F f, G g, H h, I i, {R? defaultValue, bool throwOnRetryExhaustion = false, int maxRetries = 3, Duration? retryDelay, Duration? computeDelay(int retry)?, bool? onError(Object error, StackTrace stackTrace, int retries)?}) FutureOr<R?>

Available on AsyncFunction9<R, A, B, C, D, E, F, G, H, I>, provided by the AsyncFunctionExtension9 extension

Alias to asyncRetry.