onMapCreated method
dynamic
onMapCreated(
- GoogleMapController googleMapController
Implementation
onMapCreated(GoogleMapController googleMapController){
completer.complete(googleMapController);
controller = googleMapController;
getLocation();
mirrorFlyLog("onMapCreated", googleMapController.getVisibleRegion().toString());
}