bind Image Data Source
Tells Hilt to use the ImageRoomDataSource implementation when injecting the ImageDataSource interface.
Return
the ImageDataSource interface bound to the provided implementation.
Parameters
image Room Data Source
the instance of ImageRoomDataSource to be used.