m3_lightmeter/lib/data/models/feature.dart
Vadim 2b2a5441c7
ML-130 Added ff for the "Pro features" tile on the main screen (#149)
* added ff for Pro features tile on main screen
2024-01-15 22:57:40 +01:00

5 lines
123 B
Dart

enum Feature { showUnlockProOnMainScreen }
const featuresDefaultValues = {
Feature.showUnlockProOnMainScreen: false,
};