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