CheckAuthenticationEmailCode constructor
CheckAuthenticationEmailCode({
- String? extra,
- int? client_id,
- EmailAddressAuthentication? code,
Implementation
CheckAuthenticationEmailCode({
super.extra,
super.client_id,
this.code,
});