RequestPhoneVerificationRequest constructor

RequestPhoneVerificationRequest({
  1. String? languageCode,
  2. String? phoneNumber,
  3. String? phoneRegionCode,
  4. String? phoneVerificationMethod,
})

Implementation

RequestPhoneVerificationRequest({
  this.languageCode,
  this.phoneNumber,
  this.phoneRegionCode,
  this.phoneVerificationMethod,
});