canAuthenticate abstract method

Future<CanAuthenticateResponse> canAuthenticate({
  1. StorageFileInitOptions? options,
})

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

Implementation

Future<CanAuthenticateResponse> canAuthenticate({
  StorageFileInitOptions? options,
});