canAuthenticate method

Future<bool> canAuthenticate()

Checks if the device supports and has biometrics configured.

Implementation

Future<bool> canAuthenticate() =>
    NexoraSdkPlatform.instance.canAuthenticate();