From e73ed40fbff712f63190a7585df54809b4f7547f Mon Sep 17 00:00:00 2001 From: Alex Li Date: Sat, 23 Sep 2023 16:05:39 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20TODO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dio/lib/src/utils.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/dio/lib/src/utils.dart b/dio/lib/src/utils.dart index e505b6e84..0073bd7b0 100644 --- a/dio/lib/src/utils.dart +++ b/dio/lib/src/utils.dart @@ -144,6 +144,7 @@ Map caseInsensitiveKeyMap([Map? value]) { return map; } +// TODO(Alex): Provide a configurable property on the Dio class once https://github.com/cfug/dio/discussions/1982 has made some progress. void debugLog(String message, StackTrace stackTrace) { if (!kReleaseMode) { dev.log(