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 5100c12 commit 7414076Copy full SHA for 7414076
packages/enhanced_http/lib/interceptor.dart
@@ -6,7 +6,7 @@ class InterceptorOptions {
6
Function(dynamic e)? error;
7
Future<Map<String, String>> Function()? headers;
8
9
- InterceptorOptions({this.response, this.error});
+ InterceptorOptions({this.response, this.error, this.headers});
10
}
11
12
class Interceptor {
0 commit comments