removeMenuItem abstract method

Future<bool> removeMenuItem(
  1. String itemId
)

Removes a menu item by its ID.

itemId is the identifier of the menu item to remove.

Returns true if the menu item was successfully removed.

Implementation

Future<bool> removeMenuItem(String itemId);