我正在使用local_auth 2.0.0在我的颤振应用程序中实现指纹和人脸识别。当调用getBiometrics()时,docs列出了以下可用类型:
/// Various types of biometric authentication.
/// Some platforms report specific biometric types, while others report only
/// classifications like strong and weak.
enum BiometricType {
/// Face authentication.
face,