Future<Place> getPlaceDetail(String placeId) async { Place placeDetails = await apiClient.getPlaceDetailFromId(placeId); return placeDetails; }