mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-23 07:50:42 +00:00
5 lines
115 B
Dart
5 lines
115 B
Dart
enum Feature { unlockProFeaturesText }
|
|
|
|
const featuresDefaultValues = {
|
|
Feature.unlockProFeaturesText: false,
|
|
};
|