clearAll method
void
clearAll()
Clears all zones from the list.
Implementation
void clearAll() {
zones.clear();
notifyListeners();
}
Clears all zones from the list.
void clearAll() {
zones.clear();
notifyListeners();
}