New Flutter App param added

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

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

Loading…
Cancel
Save