register static method

void register()

Registers this class as the default instance of GoogleMapsFlutterPlatform.

Implementation

static void register() {
  GoogleMapsFlutterPlatform.instance = GoogleMapsPlugin();
}