createComment method
[Future<[void>]] createComment(
- [[String] msg]
)
This function add comment on the post. The function uses
createComments
method provided by Comment Service.
params:
msg
: The comment text.
returns: None
Implementation
Future<void> createComment(String msg) async
- talawa
- comments_view_model
- CommentsViewModel
- createComment method