registerWith static method
Registers this class as the platform implementation.
Implementation
static void registerWith([Object? registrar]) {
MapLauncherPlatform.instance = MapLauncherWeb();
}
Registers this class as the platform implementation.
static void registerWith([Object? registrar]) {
MapLauncherPlatform.instance = MapLauncherWeb();
}