getVideoHeight method

Future<int> getVideoHeight()
inherited

Implementation

Future<int> getVideoHeight() {
  return _nativeAPI.getVideoHeight();
}