licenseStatus property
The LicenseStatus of the extension license.
Implementation
LicenseStatus get licenseStatus {
final coreValue = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ExtensionLicense_getLicenseStatus(
_handle,
errorHandler,
);
});
return LicenseStatus._fromCoreValue(
coreValue,
);
}