ElectronSystemPreferences.unsubscribeWorkspaceNotification method
ElectronSystemPreferences › unsubscribeWorkspaceNotification
Unofficial
Same asunsubscribeNotification, but removes the subscriber from NSWorkspace.sharedWorkspace.notificationCenter. Signature:
unsubscribeWorkspaceNotification(id: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| id | number | The ID of the subscription to remove. Platform: darwin. |
Returns: void