removeCommentReaction method

void removeCommentReaction(
  1. AmityComment comment
)

Implementation

void removeCommentReaction(AmityComment comment) {
  HapticFeedback.heavyImpact();
  comment.react().removeReaction('like').then((value) => {
        //success
      });
}