createComment abstract method

Future<Either<Failure, Comment>> createComment(
  1. CommentDataRequest comment
)

Implementation

Future<Either<Failure, Comment>> createComment(CommentDataRequest comment);