setEyeshadow method Null safety
- String name
Set the eyeshadow effect.
String name - The name of the eyeshadow effect, used to select a predefined eyeshadow effect.
Precautions: Use after initializing ZegoEffects.
Applicable version: >= 2.1.0
Implementation
Future<void> setEyeshadow(String name) async {
return await _channel.invokeMethod('setEyeshadow', {'name': name});
}