updateResultCount method

Future<void> updateResultCount()

Updates the results the interface displays for the active search.

NOTE: available only on iOS and only if InAppWebViewSettings.isFindInteractionEnabled is true.

Officially Supported Platforms/Implementations:

Implementation

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