provideImageDAO

@Provides
fun provideImageDAO(context: Context): ImageDAO

Provides the DAO for interacting with the Image table in the database.

Return

the room-generated implementation of the ImageDAO interface.

Parameters

context

the ApplicationContext provided by Hilt from Android