geo-smart-app/lib/config.dart

6 lines
174 B
Dart
Raw Permalink Normal View History

2019-10-31 15:51:22 +00:00
class Config {
static const String api = "http://api.geosmart.supanadit.com";
static const bool dynamicHostSetting = false;
2020-07-28 18:11:47 +00:00
static const bool showInterceptor = true;
2019-10-31 15:51:22 +00:00
}