MapLauncherPlatform constructor
MapLauncherPlatform()
Constructs a MapLauncherPlatform.
Only subclasses that pass the private _token
to PlatformInterface
are considered valid implementations.
Implementation
MapLauncherPlatform() : super(token: _token);