HmsBioAuthnPromptInfo constructor

HmsBioAuthnPromptInfo({
  1. String? title,
  2. String? subtitle,
  3. String? description,
  4. String navigateButtonText = 'Cancel',
  5. bool confirmationRequired = true,
  6. bool deviceCredentialAllowed = true,
})

Implementation

HmsBioAuthnPromptInfo({
  this.title,
  this.subtitle,
  this.description,
  this.navigateButtonText = 'Cancel',
  this.confirmationRequired = true,
  this.deviceCredentialAllowed = true,
});