IOSAuthMessages constructor

const IOSAuthMessages({
  1. String? lockOut,
  2. String? goToSettingsButton,
  3. String? goToSettingsDescription,
  4. String? cancelButton,
  5. String? localizedFallbackTitle,
})

Implementation

const IOSAuthMessages({
  this.lockOut,
  this.goToSettingsButton,
  this.goToSettingsDescription,
  this.cancelButton,
  this.localizedFallbackTitle,
});