agreeAppPrivacyLicense method

void agreeAppPrivacyLicense()

Implementation

void agreeAppPrivacyLicense() {
  StorageService.to.setBool(agreeAppPrivacyLicenseKey, true);
  isAgreeAppPrivacyLicense.value = true;
}