Return the vertical scroll position, in WebView pixels, of this view.
Scroll position is measured from top.
Future<int> getScrollY() { return _webViewPlatformController.getScrollY(); }