Auto-zooms by multiplier when small barcodes are far away.
Future<void> autoZoomTo(double targetZoom) async { if (options.enableAutoZoom) { await setZoomLevel(targetZoom); } }