addMenuItem method
void
addMenuItem(
inherited
Adds a InAppBrowserMenuItem
to the menu.
If the browser is already open,
it will take effect the next time it is opened.
Officially Supported Platforms/Implementations:
- Android
- iOS 14.0+
- macOS 10.15+
Implementation
void addMenuItem(InAppBrowserMenuItem menuItem) =>
platform.addMenuItem(menuItem);