cake_wallet/lib/utils/feature_flag.dart
Matthew Fosse 6709f7a41b testing
2023-12-06 13:10:44 -07:00

5 lines
No EOL
158 B
Dart

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