PlatformAiBarcodeScannerWidget constructor

PlatformAiBarcodeScannerWidget({
  1. required ScannerController platformScannerController,
  2. String? unsupportedDescription,
})

Constructor.

Implementation

PlatformAiBarcodeScannerWidget({
  required ScannerController platformScannerController,
  String? unsupportedDescription,
}) {
  _platformScannerController = platformScannerController;
  _unsupportedDescription = unsupportedDescription;
}