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