Пример #1
0
 public async Task ShowAlert(string title, string message)
 {
     await userDialogs.ShowAlert(title, message);
 }