downloadLyric abstract method
CancelableOperation<DownloadResult>
downloadLyric(
- String musicId, {
- DownloadLyricType lyricType,
Implementation
CancelableOperation<DownloadResult> downloadLyric(
String musicId, {
DownloadLyricType lyricType,
});