BarcodeCameraLiveDetector constructor

BarcodeCameraLiveDetector(
  1. {required dynamic barcodeListener(
    1. BarcodeScanningResult result
    ),
  2. required dynamic errorListener(
    1. SdkLicenseException exception
    )}
)

Implementation

BarcodeCameraLiveDetector(
    {required this.barcodeListener, required this.errorListener});