addCommentReaction method

void addCommentReaction(
  1. AmityComment comment
)

Implementation

void addCommentReaction(AmityComment comment) {
  HapticFeedback.heavyImpact();
  comment.react().addReaction('like').then((value) {});
}