Dhruvan Bhalara
Results
11
comments of
Dhruvan Bhalara
Hello @chengmenghuiAndroid , This should be done using `kReleaseMode` constant which values will be true in release mode as per the definition mentioned [here](https://api.flutter.dev/flutter/foundation/kReleaseMode-constant.html). ```dart if (!kReleaseMode) { dio.interceptors.add( LogInterceptor(...