cake_wallet/lib/utils/feature_flag.dart

3 lines
67 B
Dart
Raw Normal View History

class FeatureFlag {
static const bool isCakePayEnabled = false;
}