streamArtistSongs method
Implementation
Stream<Map<String, dynamic>> streamArtistSongs({
required String artistName,
int limit = 80,
String thumbQuality = 'VERY_HIGH',
String audioQuality = 'HIGH',
bool includeAudioUrl = true,
bool includeAlbumArt = true,
}) {
throw UnimplementedError('streamArtistSongs() has not been implemented.');
}