processWithBuffer method
Implementation
@override
Future<void> processWithBuffer(PFIamgeInput imageInput) async {
await methodChannel.invokeMethod('processWithBuffer', imageInput.toMap());
}
@override
Future<void> processWithBuffer(PFIamgeInput imageInput) async {
await methodChannel.invokeMethod('processWithBuffer', imageInput.toMap());
}