We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d805005 commit f49828cCopy full SHA for f49828c
1 file changed
lib/src/api_options/api_options.dart
@@ -10,7 +10,10 @@ class ApiOptions {
10
this.expireDuration,
11
this.cancelToken,
12
this.ignoreAutoRefresh = true,
13
+ this.responseType,
14
+
15
});
16
+ ResponseType? responseType;
17
18
Map<String, dynamic>? headers;
19
0 commit comments