removeMenuItem method
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
@override
Future<bool> removeMenuItem(String itemId) async => false;
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.
@override
Future<bool> removeMenuItem(String itemId) async => false;