Skip to main content

fetchNewPosts method

void fetchNewPosts ()

This function fetches new posts in the organization.

Implementation

void fetchNewPosts() {
_postService.getPosts();
}