fetchBatch method
Resolve multiple video IDs to audio URLs.
Implementation
Future<Map<String, AudioResolverResult?>> fetchBatch({
required List<String> videoIds,
bool forceRefresh = false,
int concurrency = 5,
}) {
throw UnimplementedError('fetchBatch() has not been implemented.');
}