setLicenseUsingKey static method

LicenseResult setLicenseUsingKey(
  1. String licenseKey, {
  2. List<String> extensions = const [],
})

License an application for deployment using an ArcGIS Maps SDKs for Native Apps license string and one or more extension license strings.

Parameters:

  • licenseKey — The lite, basic, standard, or advanced ArcGIS Maps SDKs for Native Apps license string.
  • extensions — The extension license strings.

Return Value: The LicenseResult of the main license attempting to be set.