fbmobile/lib/constants.dart

7 lines
182 B
Dart
Raw Normal View History

2021-02-02 14:33:23 +00:00
class Constants {
static const int apiRequestTimeoutLimit = 8;
static const String apiUrlSuffix = '/api/v2.2.0';
static const int mediaPermissionCheckInterval = 120 * 1000;
2021-02-02 14:33:23 +00:00
}