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