AuthEmailOtpInput constructor

AuthEmailOtpInput({
  1. required String? emailId,
})

Implementation

AuthEmailOtpInput({required this.emailId});