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