getVideoHeight method

Future getVideoHeight()

获取视频的高度

Implementation

Future<dynamic> getVideoHeight() async {
  return FlutterAliPlayerFactory.methodChannel
      .invokeMethod('getVideoHeight', wrapWithPlayerId());
}