registerWith static method

void registerWith()

Registers the iOS implementation of GoogleMapsFlutterPlatform.

Implementation

static void registerWith() {
  GoogleMapsFlutterPlatform.instance = GoogleMapsFlutterIOS();
}