convertToM4a method
Implementation
@override
Future<String> convertToM4a(String inputPath, String outputPath) {
throw UnsupportedError('File-based operations are not supported on web. Use convertToM4aBytes instead.');
}
@override
Future<String> convertToM4a(String inputPath, String outputPath) {
throw UnsupportedError('File-based operations are not supported on web. Use convertToM4aBytes instead.');
}