getPostFeed method

List<Post>? getPostFeed(
  1. String sectionId
)

Implementation

List<Post>? getPostFeed(String sectionId) =>
    controller.getListById(sectionId);