pub fn show_notification(message: &str, level: &str)
Show a user-visible notification. level is "info", "warn", or "error".
level
"info"
"warn"
"error"