registerWith static method

void registerWith([
  1. Object? registrar
])

Registers this class as the platform implementation.

Implementation

static void registerWith([Object? registrar]) {
  MapLauncherPlatform.instance = MapLauncherWeb();
}