CognitoUserEmailOtpRequiredException constructor

CognitoUserEmailOtpRequiredException({
  1. String? challengeName = 'EMAIL_OTP',
  2. dynamic challengeParameters,
  3. String? message,
})

Implementation

CognitoUserEmailOtpRequiredException(
    {this.challengeName = 'EMAIL_OTP',
    this.challengeParameters,
    this.message});