printWithSystemMethod function
Implementation
printWithSystemMethod(String message) {
  bool isPrintNetworkLog = Http().httpDioConfig.isPrintNetworkLog;
  if (isPrintNetworkLog) {
    debugPrint(message);
  }
}printWithSystemMethod(String message) {
  bool isPrintNetworkLog = Http().httpDioConfig.isPrintNetworkLog;
  if (isPrintNetworkLog) {
    debugPrint(message);
  }
}