menu
todo
domain\repositories\comments_repository.dart
CommentsRepository
getComments abstract method
getComments
dark_mode
light_mode
getComments
abstract method
Future
<
Either
<
Failure
,
List
<
Comment
>
>
>
getComments
(
String
taskId
)
Implementation
Future<Either<Failure, List<Comment>>> getComments(String taskId);
todo
comments_repository
CommentsRepository
getComments abstract method
CommentsRepository class