removeMenuItem method

  1. @override
Future<bool> removeMenuItem(
  1. String itemId
)
override

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;