pub fn alert(message: impl Into<String>)
Show a native alert dialog.
bubba_core::runtime::alert("You tapped the button!");