createComment method

AmityCommentCreationTarget createComment()

Create Comment for the post and content

Implementation

AmityCommentCreationTarget createComment() {
  return AmityCommentCreationTarget(useCase: serviceLocator());
}