processOCR method

Future<String?> processOCR(
  1. String path
)

Call take picture in Native API

Implementation

Future<String?> processOCR(String path) async {
  return _channel.invokeMethod('processOCR', {"path": path});
}