getHitTestResult method

Future<InAppWebViewHitTestResult?> getHitTestResult()

Gets the hit result for hitting an HTML elements.

NOTE: On iOS, it is implemented using JavaScript.

Officially Supported Platforms/Implementations:

Implementation

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