utils/retry_it library

Functions

retryIt<T>(Future<T> fn(), {int? maxAttempts, bool retryIf(Object)?}) Future<T>