presentFindNavigator method
Begins a search, displaying the find panel.
Officially Supported Platforms/Implementations:
- iOS WKWebView (Official API - UIFindInteraction.presentFindNavigator):
- Available only if InAppWebViewSettings.isFindInteractionEnabled is
true.
- Available only if InAppWebViewSettings.isFindInteractionEnabled is
Use the PlatformFindInteractionController.isMethodSupported method to check if this method is supported at runtime.
Implementation
Future<void> presentFindNavigator() => platform.presentFindNavigator();