AsyncFunctionExtension<R> extension
- on
Methods
-
retry(
{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 AsyncFunction<
Alias to asyncRetry.R> , provided by the AsyncFunctionExtension extension