diff --git a/lib/src/utils.dart b/lib/src/utils.dart index 3e88675..4410ba8 100644 --- a/lib/src/utils.dart +++ b/lib/src/utils.dart @@ -44,7 +44,6 @@ class Utils { /// thrown objects by the [future]. static Future retry( RetryFuture future, { - /// number of total tries (first try + retries) int tries = 1, Duration delay = const Duration(seconds: 1),