findInteractionController property

PlatformFindInteractionController? findInteractionController
final

Represents the find interaction feature controller.

Officially Supported Platforms/Implementations:

  • Android WebView
  • iOS WKWebView
  • macOS WKWebView

Use the PlatformInAppBrowser.isPropertySupported method to check if this property is supported at runtime.

Implementation

final PlatformFindInteractionController? findInteractionController;