pub fn save_scan_do_virustotal(value: bool)Expand description
What: Persist the VirusTotal scan toggle.
Inputs:
value: WhetherVirusTotalscans should run by default.
Output:
- None.
Details:
- Delegates to
save_boolean_key("scan_do_virustotal", value).