fetchComments abstract method

Future<List<Comment>> fetchComments(
  1. String entityId,
  2. CommentConfig config,
  3. int page
)

Fetch comments for an entity

Implementation

Future<List<Comment>> fetchComments(
  String entityId,
  CommentConfig config,
  int page,
);