diff --git a/dio/lib/src/interceptor.dart b/dio/lib/src/interceptor.dart index 43d958bdc..047b4ba72 100644 --- a/dio/lib/src/interceptor.dart +++ b/dio/lib/src/interceptor.dart @@ -319,6 +319,8 @@ class Interceptors extends ListMixin { } } + /// The default [ImplyContentTypeInterceptor] will be removed only if + /// [withImplyContentTypeInterceptor] is true. @override void clear({bool withImplyContentTypeInterceptor = false}) { if (withImplyContentTypeInterceptor) {