9/19/2
This commit is contained in:
@@ -9,6 +9,7 @@ class BoxName {
|
||||
static const String myList = "myList";
|
||||
static const String bodyOrder = "bodyOrder";
|
||||
static const String gender = "gender";
|
||||
static const String phoneWallet = "phoneWallet";
|
||||
static const String IsSavedPhones = "IsSavedPhones";
|
||||
static const String carType = "carType";
|
||||
static const String isFirstTime = "isFirstTime";
|
||||
|
||||
@@ -8,7 +8,8 @@ class AppLink {
|
||||
static final String seferPaymentServer = '${Env.seferPaymentServer}/ride';
|
||||
static final String seferAlexandriaServer = Env.seferAlexandriaServer;
|
||||
static final String seferCairoServer = Env.seferCairoServer;
|
||||
static final String seferGizaServer = Env.seferGizaServer;
|
||||
static const String seferGizaServer = 'https://gizasefer.online/sefer';
|
||||
// static final String seferGizaServer = Env.seferGizaServer;
|
||||
|
||||
static final String endPoint =
|
||||
box.read(BoxName.serverChosen) ?? Env.seferCairoServer;
|
||||
|
||||
Reference in New Issue
Block a user