AsyncFunctionExtension4<R, A, B, C, D> extension
- on
-
- AsyncFunction4<
R, A, B, C, D>
- AsyncFunction4<
Methods
-
retry(
A a, B b, C c, D d, {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 AsyncFunction4<
Alias to asyncRetry.R, A, B, C, D> , provided by the AsyncFunctionExtension4 extension