Package-level declarations
Types
Link copied to clipboard
interface StudyPlanetRepository
Link copied to clipboard
class StudyPlanetRepositoryImpl @Inject constructor(api: StudyPlanetApi, userDao: UserDao, planetDao: PlanetDao) : StudyPlanetRepository
Implementation of the StudyPlanetRepository interface that communicates with both local and remote data sources. Application of facade pattern to abstract away the implementation details of the data sources.