Files
syncrow-app/lib/utils/resource_manager/constants.dart
2024-02-20 12:08:59 +03:00

6 lines
115 B
Dart

abstract class Constants {
static const String languageCode = "en";
static const String countryCode = "US";
}