updatePanicMode method

void updatePanicMode(
  1. bool newValue
)

Implementation

void updatePanicMode(bool newValue) {
  _panic = newValue;
}