Skip to main content

fetchNewPosts method

void fetchNewPosts ()

<p>This function fetches new posts in the organization.</p>

Implementation

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