Exemplo n.º 1
0
 public async Task <string> DisplayActionSheet(string title, string cancel, string destruction, params string[] buttons)
 {
     return(await _page.DisplayActionSheet(title, cancel, destruction, buttons));
 }