createPlatformFindInteractionControllerStatic method

PlatformFindInteractionController createPlatformFindInteractionControllerStatic()

Creates a new empty PlatformFindInteractionController to access static methods.

This function should only be called by the app-facing package. Look at using FindInteractionController in flutter_inappwebview_forge instead.

Implementation

PlatformFindInteractionController
createPlatformFindInteractionControllerStatic() {
  throw UnimplementedError(
    'createPlatformFindInteractionControllerStatic is not implemented on the current platform.',
  );
}