postReply abstract method

Future<Comment?> postReply(
  1. Comment comment
)

Post a reply to a comment

Implementation

Future<Comment?> postReply(Comment comment);