menu
secure_enclave package
documentation
secure_enclave_base.dart
SecureEnclaveBase
isKeyCreated abstract method
isKeyCreated abstract method
dark_mode
light_mode
isKeyCreated
abstract method
Future
<
ResultModel
<
bool
?
>
>
isKeyCreated
(
{
required
String
tag
,
String
?
password
,
})
Implementation
Future<ResultModel<bool?>> isKeyCreated({ required String tag, String? password, });
secure_enclave package
documentation
secure_enclave_base
SecureEnclaveBase
isKeyCreated abstract method
SecureEnclaveBase class