mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-10 04:44:43 +00:00
5 lines
No EOL
158 B
Dart
5 lines
No EOL
158 B
Dart
class FeatureFlag {
|
|
static const bool isCakePayEnabled = false;
|
|
static const bool isExolixEnabled = false;
|
|
static const bool isInAppTorEnabled = true;
|
|
} |