signOut method

dynamic signOut()

Implementation

signOut() {
  qrCode = null;
  timeToDeadline = null;
  qrLoaded = false;
  pressed = false;
}