NotificationHint.resident constructor

NotificationHint.resident()

This notification should not be removed when its action is invoked. It will be removed when explicitly removed by this client or the user.

Implementation

factory NotificationHint.resident() {
  return NotificationHint('resident', DBusBoolean(true));
}