instance property

MapLauncherPlatform get instance

The default instance of MapLauncherPlatform, which uses MethodChannelMapLauncher.

Implementation

static MapLauncherPlatform get instance => _instance;
set instance (MapLauncherPlatform instance)

Implementation

static set instance(MapLauncherPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}