getComments abstract method

Future<Either<Failure, List<Comment>>> getComments(
  1. String taskId
)

Implementation

Future<Either<Failure, List<Comment>>> getComments(String taskId);