extractAudioFromVideo method

Future<bool> extractAudioFromVideo({
  1. required String path,
  2. String? outputPath,
})

Implementation

Future<bool> extractAudioFromVideo({
  required String path,
  String? outputPath,
}) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}