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