Example #1
0
        public void ShowToastText03(string title, string content, string arg = null)
        {
            var toast = ToastContent.CreateToastText03(title, content, arg);

            _helper.ShowToast(toast);
        }