getSearchText method

Future<String?> getSearchText()

Get the search text used.

On iOS, if InAppWebViewSettings.isFindInteractionEnabled is `true, it will get the system find panel's search text field value.

Officially Supported Platforms/Implementations:

Implementation

Future<String?> getSearchText() => platform.getSearchText();