SetAuthenticationEmailAddress constructor
const
SetAuthenticationEmailAddress({
- required String emailAddress,
Sets the email address of the user and sends an authentication code to the email address. Works only when the current authorization state is authorizationStateWaitEmailAddress
Implementation
const SetAuthenticationEmailAddress({
required this.emailAddress,
});