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