clearAll method

void clearAll()

Clears all zones from the list.

Implementation

void clearAll() {
  zones.clear();
  notifyListeners();
}