singleBarcodeAutoDetection property

  1. @Deprecated('With the recent improvements introduced in the target mode, selection of barcodes is easier and more reliable. Given that, this method is outdated and not needed anymore.')
bool get singleBarcodeAutoDetection

Implementation

@Deprecated(
    'With the recent improvements introduced in the target mode, selection of barcodes is easier and more reliable. Given that, this method is outdated and not needed anymore.')
bool get singleBarcodeAutoDetection => _singleBarcodeAutoDetection;
  1. @Deprecated('With the recent improvements introduced in the target mode, selection of barcodes is easier and more reliable. Given that, this method is outdated and not needed anymore.')
set singleBarcodeAutoDetection (bool newValue)

Implementation

@Deprecated(
    'With the recent improvements introduced in the target mode, selection of barcodes is easier and more reliable. Given that, this method is outdated and not needed anymore.')
set singleBarcodeAutoDetection(bool newValue) {
  _singleBarcodeAutoDetection = newValue;
}