initSections method

void initSections()

Implementation

void initSections() {
  for (ExploreSection section in sections) {
    section.init(notifyListeners);
  }
}