VerifyPhoneNumberResponse constructor

VerifyPhoneNumberResponse({
  1. String? verifiedPhoneNumber,
})

Implementation

VerifyPhoneNumberResponse({
  this.verifiedPhoneNumber,
});