fetchNewPosts method
void fetchNewPosts ()
<p>This function fetches new posts in the organization.</p>
Implementation
void fetchNewPosts() \{
_postService.getPosts();
\}
void fetchNewPosts ()
<p>This function fetches new posts in the organization.</p>
void fetchNewPosts() \{
_postService.getPosts();
\}