processWithImageToByteData method
Implementation
Future<ByteData?> processWithImageToByteData(
Uint8List imageData,
int width,
int height,
) async {
return PixelfreePlatform.instance.processWithImageToByteData(
imageData,
width,
height,
);
}