Skip to content

Commit 7414076

Browse files
Fix(enhanced-http): header intercepts
1 parent 5100c12 commit 7414076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/enhanced_http/lib/interceptor.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class InterceptorOptions {
66
Function(dynamic e)? error;
77
Future<Map<String, String>> Function()? headers;
88

9-
InterceptorOptions({this.response, this.error});
9+
InterceptorOptions({this.response, this.error, this.headers});
1010
}
1111

1212
class Interceptor {

0 commit comments

Comments
 (0)