menu
todo
domain\repositories\comments_repository.dart
CommentsRepository
createComment abstract method
createComment
dark_mode
light_mode
createComment
abstract method
Future
<
Either
<
Failure
,
Comment
>
>
createComment
(
CommentDataRequest
comment
)
Implementation
Future<Either<Failure, Comment>> createComment(CommentDataRequest comment);
todo
comments_repository
CommentsRepository
createComment abstract method
CommentsRepository class