setMakeupPath method

Future<int> setMakeupPath(
  1. String makeupJsonPath
)

Implementation

Future<int> setMakeupPath(String makeupJsonPath) {
  throw UnimplementedError('setMakeupPath() has not been implemented.');
}