clearAllPostFeed method

void clearAllPostFeed(
  1. List<String> feedGroups
)

Clear all PostFeed for the given feedGroups.

Implementation

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