navigateToIndividualPage method
void navigateToIndividualPage (Post post)
<p>This function navigate to individual post page.</p>
Implementation
void navigateToIndividualPage(Post post) \{
uses `pushScreen` method by `navigationService` service.
_navigationService.pushScreen(Routes.individualPost, arguments: post);
\}