Files
driver_tripz/lib/constant/box_name.dart
Hamza-Ayed 28f4f8635d 8-13/
2023-08-13 23:03:58 +03:00

12 lines
363 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 email = "email";
static const String tokens = "tokens";
static const String tokenFCM = "tokenFCM";
}