2023-07-11 20:12:13 +03:00
|
|
|
class FeatureFlag {
|
|
|
|
static const bool isCakePayEnabled = false;
|
2024-03-18 17:45:11 +02:00
|
|
|
static const bool isExolixEnabled = true;
|
2023-11-20 19:40:47 +02:00
|
|
|
static const bool isInAppTorEnabled = false;
|
2023-07-11 20:12:13 +03:00
|
|
|
}
|