SupaVerifyPhoneLocalization constructor

const SupaVerifyPhoneLocalization({
  1. String enterOneTimeCode = 'Please enter the one time code sent',
  2. String enterCodeSent = 'Enter the code sent',
  3. String verifyPhone = 'Verify Phone',
  4. String unexpectedErrorOccurred = 'Unexpected error has occurred',
})

Implementation

const SupaVerifyPhoneLocalization({
  this.enterOneTimeCode = 'Please enter the one time code sent',
  this.enterCodeSent = 'Enter the code sent',
  this.verifyPhone = 'Verify Phone',
  this.unexpectedErrorOccurred = 'Unexpected error has occurred',
});