faceDetector method

  1. @Deprecated('Use [google_mlkit_face_detection] plugin instead of [google_ml_kit].')
FaceDetector faceDetector([
  1. FaceDetectorOptions? options
])

Return an instance of FaceDetector.

Implementation

@Deprecated(
    'Use [google_mlkit_face_detection] plugin instead of [google_ml_kit].')
FaceDetector faceDetector([FaceDetectorOptions? options]) {
  return FaceDetector(options: options ?? FaceDetectorOptions());
}