getAudioStreams method
Gets audio streams for a YouTube video
Implementation
Future<List<Map<String, dynamic>>> getAudioStreams(
String videoId, {
int bitrate = 320,
String? codec,
}) {
throw UnimplementedError('getAudioStreams() has not been implemented.');
}