I tried like below, but getting an unhandled exception.
ToastEvent toastEvent = new ToastEvent();
var toastConfig = new ToastConfig(toastEvent,"Toasting...","");
toastConfig.SetDuration(3000);
UserDialogs.Instance.Toast(toastConfig);
Thanks in advance