getDeviceManager method
Get a device management object TXDeviceManager, you can modify the beauty, filter, redness and other parameters
Implementation
TXDeviceManager getDeviceManager() {
_channel.invokeMethod('getDeviceManager');
return _deviceManager;
}