Ollie Porter
Results
2
comments of
Ollie Porter
Any update on this feature? It would be amazing to see this added 🙌
Seconded! We're using `5.0.0+1` and calling the canAuthenticate function as so, but we're getting back a success when it should be a failure. ``` Future isDeviceEligible() => storage.canAuthenticate().then((value) => value...