addCommentToPost abstract method

void addCommentToPost(
  1. String postId,
  2. PostComment newComment
)

Implementation

void addCommentToPost(String postId, PostComment newComment);