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