pixelFreeSetBeautyExtend method

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

Implementation

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