showAlert

fun showAlert(title: String, message: String? = null, html: String? = null, onConfirm: () -> Unit? = {}, dismissable: Boolean = true, choices: Map<String, () -> Unit> = emptyMap())