updateComment method

AmityTextCommentEditorBuilder updateComment({
  1. required String commentId,
})

Update Comment for the post and content

Implementation

AmityTextCommentEditorBuilder updateComment({required String commentId}) {
  return AmityTextCommentEditorBuilder(useCase: serviceLocator(), targetId: commentId);
}