updateResultCount method

Future<void> updateResultCount()

Updates the results the interface displays for the active search.

Officially Supported Platforms/Implementations:

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

Implementation

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