OnDeviceOCRManagerCommunicator constructor

OnDeviceOCRManagerCommunicator(
  1. OnDeviceOCRManagerListener _callbacks
)

Implementation

OnDeviceOCRManagerCommunicator(this._callbacks): _channel = const MethodChannel('VisionSDK/OnDeviceOCRManager') {
  _channel.setMethodCallHandler(_methodCallHandler);
}