m3_lightmeter/lib/data/models/feature.dart

5 lines
123 B
Dart

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