unlockFeature property

bool get unlockFeature

Implementation

bool get unlockFeature => _unlockFeature;
set unlockFeature (bool value)

Implementation

set unlockFeature(bool value) {
  _unlockFeature = value;
  storage.setBool(keyUnlockFeature, value);
}