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