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