We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c72662 commit 6635727Copy full SHA for 6635727
pkg/_pub_shared/lib/utils/http.dart
@@ -50,7 +50,7 @@ Future<K> httpGetWithRetry<K>(
50
51
/// The HTTP client to use.
52
///
53
- /// Note: when the client is not specified, the inner loop will create a new [Client] object on each retry attempt.
+ /// Note: when the client is not specified, the inner loop will create a new [http.Client] object on each retry attempt.
54
http.Client? client,
55
Map<String, String>? headers,
56
0 commit comments