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() {
  _cloudChannel!.invokeMethod('getBeautyManager');
  return new TXBeautyManager(_cloudChannel!);
}