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