MLImageApplication class

Constructors

MLImageApplication()

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

disableLogger() Future<void>
Disables the HMS plugin method analytics.
enableLogger() Future<void>
Enables the HMS plugin method analytics.
getCountryCode() Future<String?>
Obtains the country/region code of the data processing location you have specified when you choose to manually manage and specify such a location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAccessToken(String accessToken) Future<void>
Sets the access token for on-cloud services.
setApiKey(String apiKey) Future<void>
Sets the API key for on-cloud services.
setUserRegion(int region) Future<void>
Sets a data processing location when you choose to manually manage and specify such a location.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited