setVideoBackgroundColor method
设置视频的背景色
Implementation
Future<void> setVideoBackgroundColor(var color) async {
return FlutterAliPlayerFactory.methodChannel
.invokeMethod('setVideoBackgroundColor', wrapWithPlayerId(arg: color));
}
设置视频的背景色
Future<void> setVideoBackgroundColor(var color) async {
return FlutterAliPlayerFactory.methodChannel
.invokeMethod('setVideoBackgroundColor', wrapWithPlayerId(arg: color));
}