streamCharts method

Stream<Map<String, dynamic>> streamCharts({
  1. required String country,
  2. required int limit,
  3. required String thumbQuality,
  4. required String audioQuality,
  5. required bool includeAudioUrl,
  6. required bool includeAlbumArt,
})

Stream charts data for a specific country

Implementation

Stream<Map<String, dynamic>> streamCharts({
  required String country,
  required int limit,
  required String thumbQuality,
  required String audioQuality,
  required bool includeAudioUrl,
  required bool includeAlbumArt,
}) {
  throw UnimplementedError('streamCharts() has not been implemented.');
}