openMacOSBackgroundItemsSettings method

Future<void> openMacOSBackgroundItemsSettings()

Opens macOS Background Items settings for privileged helper approval.

Implementation

Future<void> openMacOSBackgroundItemsSettings() {
  return DesktopUpdaterPlatform.instance.openMacOSBackgroundItemsSettings();
}