Return the vertical scroll position of this view.
Scroll position is measured from top.
Future<int> getScrollY() { throw UnimplementedError("WebView getScrollY is not implemented on the current platform"); }