show

fun show(message: String? = null, title: String? = null, type: ToastType = ToastType.Info, style: ToastStyle = ToastStyle.Gradient, showClose: Boolean = false, position: ToastPosition? = null, fullWidth: Boolean? = null, enterAnimation: ToastEnterAnimation? = null, durationSec: Int = 3, autoDismiss: Boolean = true, onDismiss: () -> Unit? = null)