streamArtistAlbums method
Stream<Map<String, dynamic>>
streamArtistAlbums(
{ - required String artistName,
- int maxAlbums = 5,
- int maxSongsPerAlbum = 10,
- int maxWorkers = 5,
- String thumbQuality = 'VERY_HIGH',
- String audioQuality = 'HIGH',
- bool includeAudioUrl = true,
- bool includeAlbumArt = true,
})
Implementation
Stream<Map<String, dynamic>> streamArtistAlbums({
required String artistName,
int maxAlbums = 5,
int maxSongsPerAlbum = 10,
int maxWorkers = 5,
String thumbQuality = 'VERY_HIGH',
String audioQuality = 'HIGH',
bool includeAudioUrl = true,
bool includeAlbumArt = true,
}) {
throw UnimplementedError('streamArtistAlbums() has not been implemented.');
}