MobileLogin constructor
- Key? key,
- Function? otpCallback,
- VoidCallback? emailCallBack,
otpCallback is the callback function to be called after OTP generation.
emailCallBack is the callback function to be called for email login.
Implementation
const MobileLogin({super.key, this.otpCallback, this.emailCallBack});