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