toggleParkingsVisibility method
void
toggleParkingsVisibility()
Toggles the visibility of parking locations on the map. Updates the state with new parking visibility status.
Implementation
void toggleParkingsVisibility() {
_parkingControlModel.toggleParkingsVisibility();
_model.value = _model.value.copyWith(isParkingEnabled: _isParkingEnabled);
}