QrScannerConfig constructor
QrScannerConfig({
- bool? shouldCloseAfterSuccessfulScan = true,
Implementation
QrScannerConfig({
this.shouldCloseAfterSuccessfulScan = true,
});