getVideoWidth method

Future getVideoWidth()

获取视频的宽度

Implementation

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