canAuthenticate method

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

Returns true if passkeys are supported by the device

Implementation

@override
Future<bool> canAuthenticate() async => throw UnimplementedError();