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