getScrollX method

Future<int> getScrollX()

Return the horizontal scroll position of this view.

Scroll position is measured from left.

Implementation

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