Ejemplo n.º 1
0
 /// <summary>
 /// calls up whether dialogs are currently active through the service
 /// </summary>
 /// <returns></returns>
 public async Task <bool> IsDialogRunning()
 {
     return(await DialogManager.IsDialogRunning());
 }