openMacOSBackgroundItemsSettings method

Future<void> openMacOSBackgroundItemsSettings()

Opens the macOS Background Items settings for helper approval.

Implementation

Future<void> openMacOSBackgroundItemsSettings() {
  throw UnimplementedError(
    "openMacOSBackgroundItemsSettings() has not been implemented.",
  );
}