OtaProgress typedef

OtaProgress = void Function(double current)

ota 升级进度 执行的进度 添加指纹进度 执行的进度 添加人脸进度

overall 总进度

current 当前进度

action 需要用户做出的动作

Implementation

typedef OtaProgress = void Function(double current);