pixelFreeSetBeautyExtend method

Future<void> pixelFreeSetBeautyExtend(
  1. PFBeautyFiterType type,
  2. String value
)

Implementation

Future<void> pixelFreeSetBeautyExtend(PFBeautyFiterType type, String value) {
  return PixelfreePlatform.instance.pixelFreeSetBeautyExtend(type, value);
}