getLicenseInfo static method
Provides complete information about the current license.
Returns a Future that completes with returns complete information about the current license.
Implementation
static Future<Result<LicenseInfo>> getLicenseInfo() {
return ScanbotBarcodeSdkImpl.getLicenseInfo();
}