RequestPhoneVerificationResponse constructor

RequestPhoneVerificationResponse({
  1. String? verificationId,
})

Implementation

RequestPhoneVerificationResponse({
  this.verificationId,
});