removeCommentToPost abstract method

void removeCommentToPost(
  1. String postId,
  2. PostComment comment
)

Implementation

void removeCommentToPost(String postId, PostComment comment);