Closes the notification.
Example
// If inside of a notification:
var notification = fin.desktop.Notification.getCurrent();
notification.close();
Closes the notification.
// If inside of a notification:
var notification = fin.desktop.Notification.getCurrent();
notification.close();