setEyelashesPath method Null safety
- String path
Set the eyelashes effect using an absolute resource path.
String path - The absolute path of the eyelashes resource, used to specify the location of the custom eyelashes effect resource file.
Precautions: Use after initializing ZegoEffects.
Applicable version: >= 2.1.0
Implementation
Future<void> setEyelashesPath(String path) async {
return await _channel.invokeMethod('setEyelashesPath', {'path': path});
}