async checkLicenseValidity() {
if (packageJSON.config.setappBuild) {
setStatus(this, true);
} else {
setStatus(this, true);
}
}
async checkLicenseValidity() {
if (packageJSON.config.setappBuild) {
setStatus(this, true);
} else {
setStatus(this, true);
}
}