ScannerView constructor

const ScannerView({
  1. Key? key,
  2. required ScannerViewCreatedCallback onScannerViewCreated,
})

Implementation

const ScannerView({Key? key, required this.onScannerViewCreated})
    : super(key: key);