Skip to main content

alert

Function alert 

Source
pub fn alert(message: impl Into<String>)
Expand description

Show a native alert dialog.

bubba_core::runtime::alert("You tapped the button!");