Files
elcaribe/source_code/lib/other_config.dart
2023-08-07 15:52:04 -04:00

5 lines
112 B
Dart

class OtherConfig{
static const bool USE_GOOGLE_MAP = false;
static const String GOOGLE_MAP_API_KEY = "";
}