Chapter 21 - Coding the Data layer for the InsertArtUseCase and DeleteArtUseCase
Here we implement the repository implementation class
@Singleton
class ArtRepositoryImpl @Inject constructor(private val artDao: ArtDao,
private val imageApi:ImageApi,
...
androidavatar.hashnode.dev1 min read