setMakeupPath method Null safety
- String path
使用绝对资源路径设置妆容功能。
String path - 妆容资源的绝对路径,用于指定自定义妆容效果的资源文件位置。
注意事项: 使用时机在初始化ZegoEffects之后
适用版本: >= 2.1.0
Implementation
Future<void> setMakeupPath(String path) async {
return await _channel.invokeMethod('setMakeupPath', {'path': path});
}