hasMenuItem method
Returns true
if the menuItem
has been already added, otherwise false
.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS 14.0+
Implementation
bool hasMenuItem(InAppBrowserMenuItem menuItem) {
throw UnimplementedError(
'hasMenuItem is not implemented on the current platform');
}