Package-level declarations
Types
Link copied to clipboard
interface SvkRepository
Repository interface providing a contract for data operations related to the application.
Link copied to clipboard
class SvkRepositoryImpl @Inject constructor(svkApi: SvkApiService, roomContainer: RoomContainer, ctx: Context) : SvkRepository
Implementation of SvkRepository responsible for handling data operations related to the application.