Example #1
0
 public async static Task <string> ActionSheetAlert(string title, params string[] actions)
 {
     return(await PageController.ActionSheetAlert(title, actions));
 }