initiateMaps method
Implementation
void initiateMaps(GoogleMapController googleMapController) {
_mapBloc.googleMapController = googleMapController;
_mapBloc.isMapReady.complete(true);
onMapInitiated();
}
void initiateMaps(GoogleMapController googleMapController) {
_mapBloc.googleMapController = googleMapController;
_mapBloc.isMapReady.complete(true);
onMapInitiated();
}