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 fc59d4a commit e28f9f5Copy full SHA for e28f9f5
pkgs/cupertino_http/README.md
@@ -39,7 +39,7 @@ void main() async {
39
httpClient = IOClient(HttpClient()..userAgent = 'Book Agent');
40
}
41
42
- final response = await client.get(Uri.https(
+ final response = await httpClient.get(Uri.https(
43
'www.googleapis.com',
44
'/books/v1/volumes',
45
{'q': 'HTTP', 'maxResults': '40', 'printType': 'books'}));
0 commit comments