getScrollY method

Future<int?> getScrollY()

Implementation

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