onProgressUpdate property

dynamic Function(int blinkCount, bool isSmiling)? onProgressUpdate
final

Called during liveness check with progress updates.

Implementation

final Function(int blinkCount, bool isSmiling)? onProgressUpdate;