mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-03-12 21:30:40 +00:00
6 lines
115 B
Dart
6 lines
115 B
Dart
![]() |
enum Feature { unlockProFeaturesText }
|
||
|
|
||
|
const featuresDefaultValues = {
|
||
|
Feature.unlockProFeaturesText: false,
|
||
|
};
|