toggleQR method

void toggleQR()

Toggle QR code display.

Implementation

void toggleQR() {
  showQR.value = !showQR.value;
}