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