clearMatches method

Future<void> clearMatches()

Clears the highlighting surrounding text matches created by findAll.

Officially Supported Platforms/Implementations:

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

Implementation

Future<void> clearMatches() => platform.clearMatches();