createComments method
[Future<[void>]] createComments(
)
This function is used to add comment on the post.
To verify things are working, check out the native platform logs. params:
postId
: The post id on which comment is to be added.text
: The comment text.
returns: None
Implementation
Future<void> createComments(String postId, String text) async
- talawa
- comment_service
- CommentService
- createComments method