canAuthenticate method

Future<bool> canAuthenticate()

Returns true only if passkeys are supported by the platform.

Implementation

Future<bool> canAuthenticate() {
  return _platform.canAuthenticate();
}