AsyncFunctionExtension8<R, A, B, C, D, E, F, G, H> extension
- on
-
- AsyncFunction8<
R, A, B, C, D, E, F, G, H>
- AsyncFunction8<
Methods
-
retry(
A a, B b, C c, D d, E e, F f, G g, H h, {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 AsyncFunction8<
Alias to asyncRetry.R, A, B, C, D, E, F, G, H> , provided by the AsyncFunctionExtension8 extension