collapseAllSections method

void collapseAllSections()

Implementation

void collapseAllSections() {
  expandedSections.clear();
}