convertToM4a method

  1. @override
Future<String> convertToM4a(
  1. String inputPath,
  2. String outputPath
)
override

Implementation

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