getScrollY method

Future<int> getScrollY()

Return the vertical scroll position of this view.

Scroll position is measured from top.

Implementation

Future<int> getScrollY() {
  throw UnimplementedError(
      "WebView getScrollY is not implemented on the current platform");
}