fetchReplies abstract method

Future<List<Comment>> fetchReplies(
  1. String commentId,
  2. int page
)

Fetch replies for a comment

Implementation

Future<List<Comment>> fetchReplies(String commentId, int page);