cake_wallet/lib/utils/feature_flag.dart
2024-07-24 17:21:52 -05:00

6 lines
No EOL
210 B
Dart

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