faceMeshDetector method

  1. @Deprecated('Use [google_mlkit_face_mesh_detection] plugin instead of [google_ml_kit].')
FaceMeshDetector faceMeshDetector([
  1. FaceMeshDetectorOptions? option
])

Return an instance of FaceMeshDetector.

Implementation

@Deprecated(
    'Use [google_mlkit_face_mesh_detection] plugin instead of [google_ml_kit].')
FaceMeshDetector faceMeshDetector([FaceMeshDetectorOptions? option]) {
  return FaceMeshDetector(option: option ?? FaceMeshDetectorOptions.faceMesh);
}