convert method
Converts a HEIC/HEIF file at inputPath to PNG at outputPath.
Implementation
Future<bool> convert(
String inputPath,
String outputPath, {
int compressionLevel = 6,
bool preserveMetadata = true,
}) {
throw UnimplementedError('convert() has not been implemented.');
}