getContentHeight method

Future<int?> getContentHeight()

Gets the height of the HTML content.

Officially Supported Platforms/Implementations:

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

Implementation

Future<int?> getContentHeight() => platform.getContentHeight();