instance property
ArcgisMapPlatform
get
instance
Implementation
static ArcgisMapPlatform get instance => _instance;
set
instance
(ArcgisMapPlatform instance)
Implementation
static set instance(ArcgisMapPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}