FaceDetectionCamera constructor
FaceDetectionCamera({
- Key? key,
- void onCapture(
- File?
- void onError(
- dynamic
Implementation
FaceDetectionCamera({Key? key, this.onCapture, this.onError})
: super(key: key);