registerMenuItems

abstract suspend fun registerMenuItems(menuItems: List<MenuItem>)

Register the given list of MenuItems.

Note: When a given menu item's ID is already registered, it will replace the previously registered menu item. Note: The default order of the registered menu items will be determined by their registration order.