getAllComments abstract method

Future<List<Comment>> getAllComments(
  1. String suggestionId
)

Implementation

Future<List<Comment>> getAllComments(String suggestionId);