getReaction method

GetReactionQueryBuilder getReaction()

Get Amity Post Reaction

Implementation

GetReactionQueryBuilder getReaction() {
  return GetReactionQueryBuilder.post(postId: postId!);
}