createBeautyItemFormBundle method
Implementation
@override
Future<void> createBeautyItemFormBundle(
ByteData data, PFSrcType type) async {
await methodChannel.invokeMethod('createBeautyItemFormBundle',
[data.buffer.asUint8List(), type.index]);
}