getSectionPaginatedPosts abstract method

ResultOrException<List<Post>> getSectionPaginatedPosts({
  1. required String sectionId,
  2. required SectionType type,
})

Implementation

ResultOrException<List<Post>> getSectionPaginatedPosts({
  required String sectionId,
  required SectionType type,
});