showToast

fun Context.showToast(message: String, short: Boolean = true)
fun Context.showToast(@StringRes() message: Int, short: Boolean = true)