fadeAudio method

Future<bool> fadeAudio({
  1. required String path,
  2. int? fadeIn,
  3. int? fadeOut,
  4. String? outputPath,
})

Implementation

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