getCharts method

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

Get charts data as a batch operation

Implementation

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