It shows a temporary notification style alert message to the user
showAlert(message: string, style: string) -> Promise
Argument Name | Description |
---|---|
Message | The message you want to show to the user |
Style | The style of alert message. Can be one of info, success, error, warning |