canAuthenticate method

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

Returns whether this device supports biometric/secure storage or the reason CanAuthenticateResponse why it is not supported.

Implementation

@override
Future<CanAuthenticateResponse> canAuthenticate() async =>
    CanAuthenticateResponse.errorHwUnavailable;