Closes the notification.

interface Notification {
    close(): void;
}

Methods

Methods