From 3fc1302eaf369a71c36bbfb04fdd8a5bb5059ab6 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Sun, 18 Jan 2026 11:52:41 +0300 Subject: [PATCH] New Flutter App param added --- lib/core/api/api_client.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/core/api/api_client.dart b/lib/core/api/api_client.dart index 722a45e..66aa34a 100644 --- a/lib/core/api/api_client.dart +++ b/lib/core/api/api_client.dart @@ -189,6 +189,8 @@ class ApiClientImp implements ApiClient { // body['SessionID'] = "45786230487560q"; } + body['IsNewFlutterApp'] = true; + body.removeWhere((key, value) => value == null); }