SendCustomVerificationEmailResponse constructor

SendCustomVerificationEmailResponse({
  1. String? messageId,
})

Implementation

SendCustomVerificationEmailResponse({
  this.messageId,
});