SupaMagicAuthLocalization constructor

const SupaMagicAuthLocalization({
  1. String enterEmail = 'Enter your email',
  2. String validEmailError = 'Please enter a valid email address',
  3. String continueWithMagicLink = 'Continue with magic Link',
  4. String checkYourEmail = 'Check your email inbox!',
  5. String unexpectedError = 'An unexpected error occurred',
})

Implementation

const SupaMagicAuthLocalization({
  this.enterEmail = 'Enter your email',
  this.validEmailError = 'Please enter a valid email address',
  this.continueWithMagicLink = 'Continue with magic Link',
  this.checkYourEmail = 'Check your email inbox!',
  this.unexpectedError = 'An unexpected error occurred',
});