initialise method
[Future<[void>]] initialise(
- [[String] postID]
)
This function is used to initialise the CommentViewModel.
To verify things are working, check out the native platform logs. params:
postID
: The post id for which comments are to be fetched.
returns: None
Implementation
Future<void> initialise(String postID) async
- talawa
- comments_view_model
- CommentsViewModel
- initialise method