public void ToggleTorch() { if (scannerView != null) { scannerView.ToggleTorch(); } }
public void ToggleTorch() => scannerView?.ToggleTorch();