fetchFavoritesItems abstract method

Future<Either<Failure, List<MyLogModel>>> fetchFavoritesItems()

Implementation

Future<Either<Failure, List<MyLogModel>>> fetchFavoritesItems();