ElectronNotification.show method
ElectronNotification › show
Unofficial
Immediately shows the notification to the user, please note this means unlike the HTML5 Notification implementation, instantiating anew Notification does not immediately show it to the user, you need to call this method before the OS will display it.If the notification has been shown before, this method will dismiss the previously shown notification and create a new one with identical properties.
Signature:
show(): voidReturns: void