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