canAuthenticate method
Returns true only if passkeys are supported by the platform.
Implementation
@deprecated
Future<bool> canAuthenticate() {
return _platform.canAuthenticate();
}
Returns true only if passkeys are supported by the platform.
@deprecated
Future<bool> canAuthenticate() {
return _platform.canAuthenticate();
}