setFaceImagePath method

void setFaceImagePath(
  1. String? path
)

Implementation

void setFaceImagePath(String? path) {
  faceImagePath = path;
}