Reputation: 1
How to dismiss flutter fingerprint dialog by default? I don't want flutter to show fingerprint dialog before an authentication.
I tried useErrorDialogs = false;
, but it is not the solution of my problem. I have pin interface and I add fingerprint. I want to redirect the use first to the pin page, but if it use fingerprint and is valid then it can be authenticate but I don't want to show fingerprint dialog first.
Upvotes: 0
Views: 67