FaceDetectionCamera constructor

FaceDetectionCamera({
  1. Key? key,
  2. void onCapture(
    1. File?
    )?,
  3. void onError(
    1. dynamic
    )?,
})

Implementation

FaceDetectionCamera({Key? key, this.onCapture, this.onError})
    : super(key: key);