From 51510bfa1d51ee9801fb82be94fa69b8b944dbf8 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Thu, 21 Sep 2023 10:21:33 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20Docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dio/lib/src/interceptor.dart | 2 ++ 1 file changed, 2 insertions(+) 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) {