mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-25 08:39:06 +00:00
5 lines
No EOL
157 B
Dart
5 lines
No EOL
157 B
Dart
class FeatureFlag {
|
|
static const bool isCakePayEnabled = false;
|
|
static const bool isExolixEnabled = true;
|
|
static const bool isInAppTorEnabled = true;
|
|
} |