pixelFreeSetBeautyExtend method
Implementation
@override
Future<void> pixelFreeSetBeautyExtend(
PFBeautyFiterType type, String value) async {
await methodChannel.invokeMethod('pixelFreeSetBeautyExtend', {'type': type.index,'value': value,});
}