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