PlaylistRepositoryImpl

class PlaylistRepositoryImpl(playlistLocalDataSource: PlaylistLocalDataSource, playlistMapper: PlaylistMapper) : PlaylistRepository

Constructors

Link copied to clipboard
constructor(playlistLocalDataSource: PlaylistLocalDataSource, playlistMapper: PlaylistMapper)

Functions

Link copied to clipboard
open suspend override fun get(playlistId: String): Playlist?
Link copied to clipboard
open override fun getAll(): Flow<List<Playlist>>
Link copied to clipboard
open override fun getAllDownloaded(): Flow<List<Playlist>>