isFindNavigatorVisible method

Future<bool?> isFindNavigatorVisible()

A Boolean value that indicates when the find panel displays onscreen.

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

Officially Supported Platforms/Implementations:

Implementation

Future<bool?> isFindNavigatorVisible() {
  throw UnimplementedError(
      'isFindNavigatorVisible is not implemented on the current platform');
}