openMacOSBackgroundItemsSettings method
Opens the macOS Background Items settings for helper approval.
Implementation
@override
Future<void> openMacOSBackgroundItemsSettings() async {
await methodChannel.invokeMethod<void>(
"openMacOSBackgroundItemsSettings",
);
}