mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +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;
|
|
} |