getBeautyManager method
Get a beauty management object TXBeautyManager, you can modify the beauty, filter, redness and other parameters
Implementation
TXBeautyManager getBeautyManager() {
_channel.invokeMethod('getBeautyManager');
return _beautyManager;
}