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