CheckAuthenticationEmailCode constructor

const CheckAuthenticationEmailCode({
  1. 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,
});