pub fn enqueue_popup_notification(message: String)Expand description
Displays a new popup notification with the given message.
Popup notifications will be shown in the order they were enqueued, and are currently only removed when manually closed by the user.