VerificationScreen constructor
VerificationScreen({})
Implementation
VerificationScreen({
Key? key,
required this.config,
required this.password,
required this.loginType,
required this.expiresAt,
this.email,
this.phone,
}) : super(key: key);