createBeautyItemFormBundle method

Future<void> createBeautyItemFormBundle(
  1. ByteData data,
  2. PFSrcType type
)

Implementation

Future<void> createBeautyItemFormBundle(ByteData data, PFSrcType type) {
  throw UnimplementedError('not been implemented');
}