FaceRecognitionView constructor

const FaceRecognitionView({
  1. Key? key,
  2. FaceRecognitionViewCreatedCallback? onViewCreated,
  3. Map<String, dynamic>? creationParams,
  4. bool needShowConfirmDialog = true,
})

Implementation

const FaceRecognitionView({
  Key? key,
  this.onViewCreated,
  this.creationParams,
  this.needShowConfirmDialog = true,
}) : super(key: key);