v1InitUserEmailRecoveryIntentV2 constructor
const
v1InitUserEmailRecoveryIntentV2({})
Implementation
const v1InitUserEmailRecoveryIntentV2({
required this.email,
required this.targetPublicKey,
this.expirationSeconds,
required this.emailCustomization,
this.sendFromEmailAddress,
this.sendFromEmailSenderName,
this.replyToEmailAddress,
});