call method

  1. @override
Future<Either<Failure, List<CartEntity>>> call()
override

Implementation

@override
Future<Either<Failure, List<CartEntity>>> call() => cartRepository.getCarts();