instance property
KakaoMapPluginPlatform
get
instance
The default instance of KakaoMapPluginPlatform to use.
Defaults to MethodChannelKakaoMapPlugin.
Implementation
static KakaoMapPluginPlatform get instance => _instance;
set
instance
(KakaoMapPluginPlatform instance)
Platform-specific implementations should set this with their own platform-specific class that extends KakaoMapPluginPlatform when they register themselves.
Implementation
static set instance(KakaoMapPluginPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}