canAuthenticate method

  1. @override
Future<bool> canAuthenticate()
override

Returns true if passkeys are supported by the device We have deprecated this function (it will now always return true).

Implementation

@override
Future<bool> canAuthenticate() async => _api.canAuthenticate();