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