NotificationHint.desktopEntry constructor

NotificationHint.desktopEntry(
  1. String name
)

This notification is from the application with the desktop file name.desktop.

Implementation

factory NotificationHint.desktopEntry(String name) {
  return NotificationHint('desktop-entry', DBusString(name));
}