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