getCarts abstract method

Future<Either<Failure, List<CartEntity>>> getCarts()

Implementation

Future<Either<Failure, List<CartEntity>>> getCarts();