failIfExists property

bool? failIfExists
getter/setter pair

All platforms When true, key creation will fail with BiometricError.keyAlreadyExists if a key with the specified alias (or the default alias) already exists.

When false (default), existing keys are silently replaced.

Implementation

bool? failIfExists;