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