getLicenseInfo static method

Future<Result<LicenseInfo>> getLicenseInfo()

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();
}