getBeautyManager method

TXBeautyManager getBeautyManager()

Get the beauty filter management object, you can modify the beauty, filter, redness and other parameters

Platform not supported:

  • web
  • Windows

Implementation

TXBeautyManager getBeautyManager() {
  _channel.invokeMethod('getBeautyManager');
  return new TXBeautyManager(_channel);
}