toggleParking method

void toggleParking()

Implementation

void toggleParking() {
  _parkingControlModel.toggleParkingsVisibility();
}