UGetMobileVerificationCodeForLoginParams constructor

UGetMobileVerificationCodeForLoginParams({
  1. required String phoneNumber,
})

Implementation

UGetMobileVerificationCodeForLoginParams({
  required this.phoneNumber,
});