addReply abstract method

void addReply(
  1. String commentId,
  2. String author,
  3. String text
)

Adds a reply to an existing comment.

Implementation

void addReply(String commentId, String author, String text);