This commit is contained in:
Hamza-Ayed
2023-08-13 23:03:58 +03:00
parent 8b46545fbc
commit 28f4f8635d
24 changed files with 742 additions and 70 deletions

View File

@@ -3,4 +3,9 @@ class BoxName {
static const String lang = "lang";
static const String agreeTerms = "agreeTerms";
static const String pasengerID = "pasengerID";
static const String phone = "phone";
static const String email = "email";
static const String tokens = "tokens";
static const String tokenFCM = "tokenFCM";
}