addDisplayedPlace method
- PlacesModel place
Implementation
void addDisplayedPlace(PlacesModel place) {
_displayedList.add(place);
notifyListeners();
}
void addDisplayedPlace(PlacesModel place) {
_displayedList.add(place);
notifyListeners();
}