getSearchText method

Future<String?> getSearchText()

Get the search text used.

Officially Supported Platforms/Implementations:

Use the PlatformFindInteractionController.isMethodSupported method to check if this method is supported at runtime.

Implementation

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