SupaSocialsAuthLocalization constructor

const SupaSocialsAuthLocalization({
  1. String updatePassword = 'Update Password',
  2. String successSignInMessage = 'Successfully signed in!',
  3. String unexpectedError = 'An unexpected error occurred',
  4. String continueWith = 'Continue with',
})

Implementation

const SupaSocialsAuthLocalization({
  this.updatePassword = 'Update Password',
  this.successSignInMessage = 'Successfully signed in!',
  this.unexpectedError = 'An unexpected error occurred',
  this.continueWith = 'Continue with',
});