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