menu
biometric_crypto package
documentation
biometric_crypto_platform_interface.dart
BiometricCryptoPlatform
keyExists method
keyExists method
dark_mode
light_mode
keyExists
method
Future
<
bool
>
keyExists
(
String
alias
)
Implementation
Future<bool> keyExists(String alias) { throw UnimplementedError('keyExists() not implemented'); }
biometric_crypto package
documentation
biometric_crypto_platform_interface
BiometricCryptoPlatform
keyExists method
BiometricCryptoPlatform class