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