Пример #1
0
 public void ShowToast(string msg, Toast.ToastColor color = Toast.ToastColor.kBlue)
 {
     _toastMgr.ShowToast(msg, color);
 }