Files
syncrow-app/lib/utils/resource_manager/constants.dart
Mohammad Salameh f734801e94 Initialized Auth pages for future work
Implemented Login functionality
2024-03-07 10:29:19 +03:00

10 lines
208 B
Dart

abstract class Constants {
static const String languageCode = "en";
static const String countryCode = "US";
static const double defaultPadding = 16.0;
static const String tokenKey = 'userToken';
}