EducationRepository

Functions

Link copied to clipboard
abstract suspend fun getVideoBySectionAndVideoId(sectionId: String, videoId: String): Result<Video>
Link copied to clipboard
abstract suspend fun getVideoSections(): Result<List<VideoSection>>