getScrollY method

Future<int?> getScrollY()

Implementation

Future<int?> getScrollY() async {
  return (_callMethod('getScrollY') as num?)?.toInt();
}