25-8-4-1
This commit is contained in:
@@ -26,7 +26,7 @@ class AK {
|
||||
static final String accountSIDTwillo =
|
||||
X.r(X.r(X.r(Env.accountSIDTwillo, cn), cC), cs);
|
||||
static final String serverAPI = X.r(X.r(X.r(Env.serverAPI, cn), cC), cs);
|
||||
static final String mapAPIKEY = X.r(X.r(X.r(Env.mapAPIKEY, cn), cC), cs);
|
||||
static final String mapAPIKEY = Env.mapAPIKEY;
|
||||
static final String twilloRecoveryCode =
|
||||
X.r(X.r(X.r(Env.twilloRecoveryCode, cn), cC), cs);
|
||||
static final String authTokenTwillo =
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
class AppInformation {
|
||||
static const String companyName = 'Intaleq';
|
||||
static const String appName = 'Intaleq DRIVER';
|
||||
static const String appVersion = 'Intaleq Captain';
|
||||
static const String appVersion = 'Intaleq DRIVER';
|
||||
static const String phoneNumber = '962798583052';
|
||||
static const String linkedInProfile =
|
||||
'https://www.linkedin.com/in/hamza-ayed/';
|
||||
|
||||
@@ -296,6 +296,7 @@ class AppLink {
|
||||
static String addprofile = "$profile/add.php";
|
||||
static String deleteprofile = "$profile/delete.php";
|
||||
static String updateprofile = "$profile/update.php";
|
||||
static String updateDriverEmail = "$profile/updateDriverEmail.php";
|
||||
|
||||
//===================Auth============
|
||||
|
||||
|
||||
Reference in New Issue
Block a user