BarcodeAr.forContext constructor

  1. @Deprecated('Use constructor BarcodeAr(BarcodeArSettings settings) instead.')
BarcodeAr.forContext(
  1. DataCaptureContext context,
  2. BarcodeArSettings settings
)

Implementation

@Deprecated('Use constructor BarcodeAr(BarcodeArSettings settings) instead.')
BarcodeAr.forContext(DataCaptureContext context, BarcodeArSettings settings) : this._(settings);