MapmyIndiaAccountManager class

Constructors

MapmyIndiaAccountManager()

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 Methods

getAssociationId() Future<String?>
getAtlasClientId() Future<String?>
getAtlasClientSecret() Future<String?>
getClusterId() Future<String?>
getDeviceAlias() Future<String?>
getMapSDKKey() Future<String?>
getRegion() Future<String?>
getRestAPIKey() Future<String?>
setAssociationId(String? associationId) Future<void>
setAtlasClientId(String atlasClientId) Future<void>
setAtlasClientSecret(String atlasClientSecret) Future<void>
setClusterId(String? clusterId, {String? deviceAlias}) Future<void>
setMapSDKKey(String mapSDKKey) Future<void>
setRegion(String? region) Future<void>
setRestAPIKey(String restAPIKey) Future<void>