CheckAuthenticationEmailCode constructor
const
CheckAuthenticationEmailCode({
- required EmailAddressAuthentication code,
Checks the authentication of a email address. Works only when the current authorization state is authorizationStateWaitEmailCode
Implementation
const CheckAuthenticationEmailCode({
required this.code,
});