getScrollX method

  1. @override
Future<int> getScrollX()

Not implemented on Linux. Will be supported in the future.

See WebViewController.getScrollX or WebViewPlatformController.getScrollX for the original descriptions.

TODO(Ino): implement getScrollX

Implementation

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