Desktop Notifications

You can use the Notify class to show notifications direct in the desktop, when the browser supports.
If the browser does not support or the user denied the notification, the method will fall back to browser Tray notifications.

Usage

Use notify.show(title, message: message, type: NotifyType.DESKTOP) to show the message in desktop. Other params like delaySeconds that do not apply to this kind of notification are ignored.

Example

Say Hello