dismissFindNavigator method

Future<void> dismissFindNavigator()

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() => platform.dismissFindNavigator();