onFaceSnapshot property

void Function(List<Face>)? onFaceSnapshot
final

Callback invoked with the list of detected faces each time a face is found.

Implementation

final void Function(List<Face>)? onFaceSnapshot;