Files
driver_tripz/lib/constant/box_name.dart
Hamza-Ayed 6635a46933 8-17/1
2023-08-17 17:07:27 +03:00

14 lines
447 B
Dart

class BoxName {
static const String driverID = "driverID";
static const String lang = "lang";
static const String passwoerd = "passwoerd";
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";
}