onMapCreated method

void onMapCreated(
  1. GoogleMapController controller
)

Implementation

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