seenPatches property
Implementation
bool get seenPatches => _seenPatches;
Implementation
set seenPatches(bool v) {
Debug().info("Has Seen patch notes: $_seenPatches -> $v");
_seenPatches = v;
UserTelemetry().currentModel.seenPatchNotes = v;
UserTelemetry().save();
notifyListeners();
}