openMacOSBackgroundItemsSettings method
Opens the macOS Background Items settings for helper approval.
Implementation
Future<void> openMacOSBackgroundItemsSettings() {
throw UnimplementedError(
"openMacOSBackgroundItemsSettings() has not been implemented.",
);
}