getScrollX method

Future<int?> getScrollX()

Implementation

Future<int?> getScrollX() async {
  return jsWebView?.getScrollX()?.toDartInt;
}