enableBeauty method Null safety
- bool isOpenBeauty
Enable the beauty function, the setting will not be reset if your leave the channel. The interface is used when the beauty needs to be temporarily disabled. For example, comparing the effects before and after the beauty enabled @param isOpenBeauty true: enable beauty effect, false: disable the beauty effect @return callback 0: success. Others: failure /
Implementation
Future<VoidResult> enableBeauty(bool isOpenBeauty);