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