mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-10 21:04:53 +00:00
e52b87f5c1
Improve service updates indicator New versions
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 = true;
|
|
static const bool isInAppTorEnabled = false;
|
|
} |