showToast

fun showToast(message: String, iconName: IconName? = null, actionLabel: String? = null, toastId: String = "toast")
fun showToast(message: String, imageUrl: String, actionLabel: String? = null, toastId: String = "toast")