GoogleMapsPlaceService constructor

const GoogleMapsPlaceService({
  1. required GoogleMapsPlaces googleMapsPlaces,
})

Constructor to initialize the service with the GoogleMapsPlaces instance

Implementation

const GoogleMapsPlaceService({
  required this.googleMapsPlaces,
});