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