AppConfig constructor

AppConfig()

Implementation

AppConfig() {
  isAgreeAppPrivacyLicense.value =
      StorageService.to.getBool(agreeAppPrivacyLicenseKey);
}