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() {
  throw UnimplementedError(
      'getSearchText is not implemented on the current platform');
}