dev_v_3.13.6_CR_6804
haroon amjad 2 years ago
parent 147fb6cee8
commit a5d68bf470

@ -203,9 +203,9 @@ class BaseAppClient {
body.removeWhere((key, value) => key == null || value == null); body.removeWhere((key, value) => key == null || value == null);
// if (AppGlobal.isNetworkDebugEnabled) { // if (AppGlobal.isNetworkDebugEnabled) {
// print("URL : $url"); print("URL : $url");
// final jsonBody = json.encode(body); final jsonBody = json.encode(body);
// print(jsonBody); print(jsonBody);
// } // }
if (await Utils.checkConnection( if (await Utils.checkConnection(

Loading…
Cancel
Save