We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023d9d0 commit cd3d933Copy full SHA for cd3d933
2 files changed
lib/src/fetch_options/fetch_options.dart
@@ -63,6 +63,7 @@ class FetchOptions {
63
String? integrity,
64
bool? keepalive,
65
AbortSignal? signal,
66
+ // ignore: unused_element
67
String? duplex,
68
});
69
lib/src/request_options/request_options.dart
@@ -61,6 +61,7 @@ class RequestOptions {
61
62
0 commit comments