getLicenseStatus static method
Returns the current license status of the Scanbot SDK.
Implementation
static Future<SdkLicenseStatus> getLicenseStatus() {
return SharedCalls.getLicenseStatusInternal(_channel);
}
Returns the current license status of the Scanbot SDK.
static Future<SdkLicenseStatus> getLicenseStatus() {
return SharedCalls.getLicenseStatusInternal(_channel);
}