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