createMenu

abstract suspend fun createMenu(title: String): Menu

Creates a new menu with the given title.

Return

the created Menu instance

Parameters

title

desired menu title