clearAllSections method

void clearAllSections(
  1. List<String> feedGroups
)

Clear all Group] for the given feedGroups.

Implementation

void clearAllSections(List<String> feedGroups) =>
    controller.clearAll(feedGroups);