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