getContentHeight method

Future<int?> getContentHeight()

Implementation

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