getScalingMode method
获取渲染填充模式
Implementation
Future<dynamic> getScalingMode() async {
return FlutterAliPlayerFactory.methodChannel
.invokeMethod('getScalingMode', wrapWithPlayerId());
}
获取渲染填充模式
Future<dynamic> getScalingMode() async {
return FlutterAliPlayerFactory.methodChannel
.invokeMethod('getScalingMode', wrapWithPlayerId());
}