setUseSystem method
- bool shouldUse
Implementation
void setUseSystem(bool shouldUse) {
useSystem = shouldUse;
persistSettings();
notifyListeners();
}
void setUseSystem(bool shouldUse) {
useSystem = shouldUse;
persistSettings();
notifyListeners();
}