cake_wallet/lib/utils/feature_flag.dart
Omar Hatem 181fd21636
Disable Cake Pay Mobile (#994)
* Remove navigation to ionia

* Hide 'introducing cake pay' card
2023-07-11 20:12:13 +03:00

3 lines
No EOL
67 B
Dart

class FeatureFlag {
static const bool isCakePayEnabled = false;
}