Home Repository
class HomeRepository @Inject constructor(imageRetriever: ImageRetriever, imageDataSource: ImageDataSource)
The repository responsible for retrieving and creating images in the data source. This repository manages the interaction with the data source to handle image retrieval and creation operations.