showChoice

suspend fun showChoice(message: String, onConfirm: () -> Unit, onCancel: () -> Unit? = null)