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