fastScan constant

ScanOptions const fastScan

Implementation

static const ScanOptions fastScan = ScanOptions(
  autoFocus: true,
  cameraResolution: CameraResolution.medium,
  timeoutSeconds: 10,
);