getContentWidth method

Future<int?> getContentWidth()

Implementation

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