Files
tripz/lib/constant/box_name.dart
Hamza-Ayed 65ade9c874 8-15/1
2023-08-15 14:12:20 +03:00

13 lines
400 B
Dart

class BoxName {
static const String driverID = "driverID";
static const String lang = "lang";
static const String agreeTerms = "agreeTerms";
static const String pasengerID = "pasengerID";
static const String phone = "phone";
static const String name = "name";
static const String email = "email";
static const String tokens = "tokens";
static const String tokenFCM = "tokenFCM";
}