updateConsent method
Implementation
void updateConsent(bool newValue) {
_singleton._hasConsented = newValue;
_singleton..evaluateTroubleShootingConditions();
}
void updateConsent(bool newValue) {
_singleton._hasConsented = newValue;
_singleton..evaluateTroubleShootingConditions();
}