fix DA-279

merge-requests/293/head
Elham Rababah 5 years ago
parent 1e84b73cf0
commit 98609b464b

@ -82,8 +82,7 @@ class BaseAppClient {
print("URL : $url");
print("Body : ${json.encode(body)}");
var aa = "${json.encode(body)}";
var ee;
if (await Helpers.checkConnection()) {
final response = await http.post(url,
body: json.encode(body),

Loading…
Cancel
Save