cake_wallet/lib/utils/feature_flag.dart

5 lines
No EOL
157 B
Dart

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