FeaturesOptions constructor

const FeaturesOptions({
  1. DarkThemeMode darkThemeMode = DarkThemeMode.auto,
  2. bool useSecureKeyboard = true,
  3. bool handleCardListErrorInSdk = true,
  4. bool fpsEnabled = false,
  5. bool enableCameraCardScanner = false,
  6. bool tinkoffPayEnabled = true,
  7. bool yandexPayEnabled = false,
  8. String? selectedCardId,
  9. bool userCanSelectCard = false,
  10. bool showOnlyRecurrentCards = false,
  11. bool handleErrorsInSdk = true,
  12. bool emailRequired = true,
  13. bool duplicateEmailToReceipt = false,
  14. bool validateExpiryDate = false,
})

Implementation

const FeaturesOptions({
  this.darkThemeMode = DarkThemeMode.auto,
  this.useSecureKeyboard = true,
  this.handleCardListErrorInSdk = true,
  this.fpsEnabled = false,
  this.enableCameraCardScanner = false,
  this.tinkoffPayEnabled = true,
  this.yandexPayEnabled = false,
  this.selectedCardId,
  this.userCanSelectCard = false,
  this.showOnlyRecurrentCards = false,
  this.handleErrorsInSdk = true,
  this.emailRequired = true,
  this.duplicateEmailToReceipt = false,
  this.validateExpiryDate = false,
});