qrOnly constant

ScanOptions const qrOnly

Implementation

static const ScanOptions qrOnly = ScanOptions(
  formats: [BarcodeFormat.qrCode],
);