menu
flagship package
documentation
decision/decision_manager.dart
DecisionManager
updateConsent method
updateConsent method
dark_mode
light_mode
updateConsent
method
void
updateConsent
(
bool
newValue
)
Implementation
void updateConsent(bool newValue) { _isConsent = newValue; }
flagship package
documentation
decision/decision_manager
DecisionManager
updateConsent method
DecisionManager class