EngageEducationRepository
class EngageEducationRepository @Inject constructor(firebaseFirestore: FirebaseFirestore, mapper: VideoSectionDocumentToVideoSectionMapper) : EducationRepository
Constructors
Link copied to clipboard
@Inject
Functions
Link copied to clipboard
open suspend override fun getVideoBySectionAndVideoId(sectionId: String, videoId: String): Result<Video>
Link copied to clipboard