useErrorDialogs property

bool useErrorDialogs
final

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

final bool useErrorDialogs;