getMenu

abstract suspend fun getMenu(title: String): Menu?

Retrieves a menu by title.

Return

the Menu if found, or null otherwise

Parameters

title

menu title to look up