getScrollX method

Future<int?> getScrollX()

Returns the scrolled left position of the current WebView.

Officially Supported Platforms/Implementations:

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

Implementation

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