Methods
| Name |
|---|
| ShowAsync |
| ShowErrorAsync |
| ShowSuccessAsync |
| ShowInfoAsync |
| ShowQuestionAsync |
| ShowWarningAsync |
Example
1 | await MessageBox.ShowAsync("message", "title"); |

Demo
you can run demo and see this feature.
| Name |
|---|
| ShowAsync |
| ShowErrorAsync |
| ShowSuccessAsync |
| ShowInfoAsync |
| ShowQuestionAsync |
| ShowWarningAsync |
1 | await MessageBox.ShowAsync("message", "title"); |

you can run demo and see this feature.