getScrollY method

Future<int?> getScrollY()

Returns the scrolled top 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?> getScrollY() => platform.getScrollY();