getHitTestResult method

Future<InAppWebViewHitTestResult?> getHitTestResult()

Gets the hit result for hitting an HTML elements.

Officially Supported Platforms/Implementations:

Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.

Implementation

Future<InAppWebViewHitTestResult?> getHitTestResult() =>
    platform.getHitTestResult();