registerWith static method
Registers this class as the default instance of GoogleMapsFlutterPlatform.
Implementation
static void registerWith(Registrar registrar) {
GoogleMapsFlutterPlatform.instance = GoogleMapsPlugin();
}
Registers this class as the default instance of GoogleMapsFlutterPlatform.
static void registerWith(Registrar registrar) {
GoogleMapsFlutterPlatform.instance = GoogleMapsPlugin();
}