convertToM4a method

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

Implementation

Future<String> convertToM4a(String inputPath, String outputPath) {
  throw UnimplementedError('convertToM4a() has not been implemented.');
}