Example #1
0
        public void ShowToastImageAndText03(string image, string altText, string title, string content, string arg = null)
        {
            var toast = ToastContent.CreateToastImageAndText03(image, altText, title, content, arg);

            _helper.ShowToast(toast);
        }