getVideoRotation method

Future getVideoRotation()

获取视频的旋转角度

Implementation

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