unlockFeatures property

Map<String, bool> get unlockFeatures

Implementation

Map<String, bool> get unlockFeatures => _unlockFeatures;
set unlockFeatures (Map<String, bool> value)

Implementation

set unlockFeatures(Map<String, bool> value) {
  _unlockFeatures = value;
  storage.setString(keyUnlockFeatures, jsonEncode(value));
}