pixelFreeSetBeautyExtend method

  1. @override
Future<void> pixelFreeSetBeautyExtend(
  1. PFBeautyFiterType type,
  2. String value
)
override

Implementation

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