core
jvm
core
/
com.google.android.horologist.media.repository
/
PlaylistDownloadRepository
/
get
get
abstract
fun
get
(
playlistId
:
String
)
:
Flow
<
PlaylistDownload
?
>
Returns a
PlaylistDownload
with the supplied
id
, if there is any.