presentFindNavigator method
Begins a search, displaying the find panel.
NOTE: available only on iOS and only if InAppWebViewSettings.isFindInteractionEnabled is true
.
Officially Supported Platforms/Implementations:
Implementation
Future<void> presentFindNavigator() {
throw UnimplementedError(
'presentFindNavigator is not implemented on the current platform');
}