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 0924e0c commit 879fd83Copy full SHA for 879fd83
example/oauth_chopper_example.dart
@@ -17,7 +17,7 @@ void main() {
17
secret: secret,
18
);
19
20
- /// Add the oauth authenticator and interceptor to the chopper client.
+ /// Add the oauth_chopper interceptor to the chopper client.
21
final chopperClient = ChopperClient(
22
baseUrl: Uri.parse('https://example.com'),
23
interceptors: [
0 commit comments