setMakeupPartDegree method

Future<int> setMakeupPartDegree(
  1. PFMakeupPart part,
  2. double degree
)

Implementation

Future<int> setMakeupPartDegree(PFMakeupPart part, double degree) {
  throw UnimplementedError('setMakeupPartDegree() has not been implemented.');
}