Method ShowAlert
ShowAlert(string)
Shows a text alert using SweetAlert.
Declaration
Task ShowAlert(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message to display in the alert. |
Returns
Type | Description |
---|---|
Task | A task representing the asynchronous operation. |