Beispiel #1
0
 public async Task DisplayMessage(string title, string msg, string action)
 {
     await message.AlertAsync(title, msg, action);
 }