pixelFreeSetBeautyTypeParam method

  1. @override
Future<void> pixelFreeSetBeautyTypeParam(
  1. PFBeautyFiterType type,
  2. int value
)
override

Implementation

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