useErrorDialogs property
Whether the system will attempt to handle user-fixable issues encountered
while authenticating. For instance, if a fingerprint reader exists on the
device but there's no fingerprint registered, the plugin might attempt to
take the user to settings to add one. Anything that is not user fixable,
such as no biometric sensor on device, will still result in
a PlatformException
.
Implementation
// This parameter still exists for backwards compatibility with local_auth
// 2.x, but implementers targeting local_auth 3.x or later should ignore it,
// as it will always be false.
final bool useErrorDialogs;