BASE: Update Firebase Json File.

This commit is contained in:
2025-12-08 23:23:54 +05:00
parent fd8a4cb469
commit 766e8ffefb
6 changed files with 61 additions and 25 deletions

View File

@@ -152,12 +152,12 @@ class ConstTexts {
static String favourites = "favourites";
static String orders = "orders";
static String takeAway = "takeAway";
static String allStores = "allStores";
static String alert = "alert";
static String cancel = "cancel";
static String ok = "ok";
static String freeDelivery = "freeDelivery";
static String upto = "upto";
static String doYouWantChangeTheDeliverOption = "doYouWantChangeTheDeliverOption";
static String cash = "cash";
// static String allStores = "allStores";
// static String alert = "alert";
// static String cancel = "cancel";
// static String ok = "ok";
// static String freeDelivery = "freeDelivery";
// static String upto = "upto";
// static String doYouWantChangeTheDeliverOption = "doYouWantChangeTheDeliverOption";
// static String cash = "cash";
}