onMapCreated method

dynamic onMapCreated(
  1. GoogleMapController googleMapController
)

Implementation

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