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