getContentHeight method

Future<int?> getContentHeight()

Implementation

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