getComments abstract method

Future<List<CommentModel>> getComments(
  1. String taskId
)

Implementation

Future<List<CommentModel>> getComments(String taskId);