scanRegionVisible property

void scanRegionVisible=(bool isVisible)

Set the camera whether to display the scan region on the UI.

The isVisible = true, the scan region will be displayed on the UI. The isVisible = false, the scan region will not be displayed.

Implementation

set scanRegionVisible(bool isVisible) => _cameraEnhancerCaller.setScanRegionVisible(isVisible: isVisible);