flutter 现在本地身份验证插件中的“authenticateWithBiometrics”是否无效?

u4vypkhs  于 2023-01-27  发布在  Flutter
关注(0)|答案(1)|浏览(118)

我正在使用插件'local-auth'.我得到的源代码,打开一个对话框的指纹身份验证.该方法的名称是'authenticateWithBiometrics',但它发生了这样的错误. =〉该方法'authenticateWithBiometrics'是不是为类型'LocalAuthentication'.
插件里有没有可替换的方法?那请告诉我。谢谢。

authenticated = await _localAuthentication.authenticateWithBiometrics(...)
41zrol4v

41zrol4v1#

authenticateWithBiometricsauthenticate的变化,它会工作得很好。

相关问题