setMakeup method Null safety
- String name
设置妆容功能。
String name - 妆容效果的名称,用于选择预定义的妆容效果。
注意事项: 使用时机在初始化ZegoEffects之后
适用版本: >= 2.1.0
Implementation
Future<void> setMakeup(String name) async {
return await _channel.invokeMethod('setMakeup', {'name': name});
}