getContour method
Gets the contour based on the provided FaceContourType.
Null if contour was not detected.
Implementation
FaceContour? getContour(FaceContourType contour) => _contours[contour];
Gets the contour based on the provided FaceContourType.
Null if contour was not detected.
FaceContour? getContour(FaceContourType contour) => _contours[contour];