Provides access to and manipulation of environment settings, such as configurations for the operating environment and licenses for deployment.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- apiKey ↔ String
-
The API key allows your app to access ArcGIS location services and private
portal items.
getter/setter pair
- authenticationManager → AuthenticationManager
-
The object responsible for issuing authentication challenges and managing
credential stores.
no setter
- httpClient → ArcGISHttpClient
-
The HTTP Client.
final
- serviceCurveGeometryMode ↔ ServiceCurveGeometryMode
-
Determines if curve geometries are fetched from and sent to services that
support them.
getter/setter pair
Static Methods
-
getLicense(
) → License - Get the license details about the application.
-
setLicenseUsingInfo(
LicenseInfo licenseInfo) → LicenseResult - License an application for deployment using license info.
-
setLicenseUsingKey(
String licenseKey, {List< String> extensions = const []}) → LicenseResult - License an application for deployment using an ESRI license string and extension license strings.