Skip to content

Commit

Permalink
💡 TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Sep 23, 2023
1 parent 7115b8d commit e73ed40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dio/lib/src/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ Map<String, V> caseInsensitiveKeyMap<V>([Map<String, V>? 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(
Expand Down

0 comments on commit e73ed40

Please sign in to comment.