registerWith static method

void registerWith()

Registers the Android implementation of GoogleMapsFlutterPlatform.

Implementation

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