findInteractionController property

PlatformFindInteractionController? get findInteractionController

Represents the find interaction feature controller.

Officially Supported Platforms/Implementations:

  • Android native WebView
  • iOS
  • MacOS

Implementation

PlatformFindInteractionController? get findInteractionController =>
    params.findInteractionController;