BarcodeScannerCamera constructor
const
BarcodeScannerCamera({
- Key? key,
- required BarcodeCameraConfiguration configuration,
- dynamic onCameraPreviewStarted(
- bool isFlashAvailable
- dynamic barcodeListener(
- List<
BarcodeItem> result
- List<
- Future<
void> onPictureTaken(- ImageRef image
- dynamic onError(
- SBException error
- BarcodeScannerCameraController? controller,
Implementation
const BarcodeScannerCamera(
{Key? key,
required this.configuration,
this.onCameraPreviewStarted,
this.barcodeListener,
this.onPictureTaken,
this.onError,
this.controller})
: super(key: key);