QrScannerConfig constructor

QrScannerConfig({
  1. bool? shouldCloseAfterSuccessfulScan = true,
})

Implementation

QrScannerConfig({
  this.shouldCloseAfterSuccessfulScan = true,
});