openMacOSBackgroundItemsSettings method
Opens macOS Background Items settings for privileged helper approval.
Implementation
Future<void> openMacOSBackgroundItemsSettings() {
return DesktopUpdaterPlatform.instance.openMacOSBackgroundItemsSettings();
}