UpdateEmailSecondaryOtpErrorEvent constructor
UpdateEmailSecondaryOtpErrorEvent({
- String? message,
Implementation
UpdateEmailSecondaryOtpErrorEvent({this.message})
: super(
message ?? 'Error validating OTP code',
);