UGetMobileVerificationCodeForLoginParams constructor
UGetMobileVerificationCodeForLoginParams({
- required String phoneNumber,
Implementation
UGetMobileVerificationCodeForLoginParams({
required this.phoneNumber,
});