cake_wallet/lib/utils/feature_flag.dart
OmarHatem e52b87f5c1 Enable Exolix
Improve service updates indicator
New versions
2024-03-15 03:56:26 +02:00

5 lines
No EOL
158 B
Dart

class FeatureFlag {
static const bool isCakePayEnabled = false;
static const bool isExolixEnabled = true;
static const bool isInAppTorEnabled = false;
}