pixelFreeSetBeautyTypeParam method

Future<void> pixelFreeSetBeautyTypeParam(
  1. PFBeautyFiterType type,
  2. int value
)

Implementation

Future<void> pixelFreeSetBeautyTypeParam(PFBeautyFiterType type, int value) {
  throw UnimplementedError('not been implemented');
}