onMapCreated method
void
onMapCreated(
- GoogleMapController controller
Implementation
void onMapCreated(GoogleMapController controller) {
this.mapController.complete(controller);
moveToCurrentUserLocation();
}