getVideoHeight method
获取视频的高度
Implementation
Future<dynamic> getVideoHeight() async {
return FlutterAliPlayerFactory.methodChannel
.invokeMethod('getVideoHeight', wrapWithPlayerId());
}
获取视频的高度
Future<dynamic> getVideoHeight() async {
return FlutterAliPlayerFactory.methodChannel
.invokeMethod('getVideoHeight', wrapWithPlayerId());
}