getVideoHeight method

Future<int> getVideoHeight()
override

Implementation

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