This commit is contained in:
Hamza-Ayed
2023-08-21 00:07:08 +03:00
parent 6a3865a3d1
commit b340316e11
13 changed files with 515 additions and 82 deletions

View File

@@ -10,4 +10,8 @@ class BoxName {
static const String email = "email";
static const String tokens = "tokens";
static const String tokenFCM = "tokenFCM";
static const String cardNumber = "cardNumber";
static const String cardHolderName = "cardHolderName";
static const String expiryDate = "expiryDate";
static const String cvvCode = "cvvCode";
}