New Flutter App param added

pull/164/head
haroon amjad 2 months ago
parent 5feacfaf27
commit 3fc1302eaf

@ -189,6 +189,8 @@ class ApiClientImp implements ApiClient {
// body['SessionID'] = "45786230487560q"; // body['SessionID'] = "45786230487560q";
} }
body['IsNewFlutterApp'] = true;
body.removeWhere((key, value) => value == null); body.removeWhere((key, value) => value == null);
} }

Loading…
Cancel
Save