PhoneVerificationStartRequest constructor

PhoneVerificationStartRequest({
  1. required String phoneNumber,
  2. String? countryCode,
})

Implementation

PhoneVerificationStartRequest({
  required this.phoneNumber,
  this.countryCode,
});