comment method

Get Amity Post Comment

Implementation

AmityCommentCreationTarget comment() {
  return AmityCommentCreationTarget(
    useCase: serviceLocator(),
  ).post(postId!);
}