geo-smart-app/lib/config.dart

6 lines
176 B
Dart
Raw Normal View History

2019-10-31 15:51:22 +00:00
class Config {
2024-09-22 06:41:32 +00:00
static const String api = "https://api.geosmart.supanadit.com";
static const bool dynamicHostSetting = false;
2024-09-22 06:41:32 +00:00
static const bool showInterceptor = false;
2019-10-31 15:51:22 +00:00
}