setUseSystem method

void setUseSystem (
  1. bool shouldUse
)

Implementation

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