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