GetPhoneNumberInfoSync constructor

GetPhoneNumberInfoSync({
  1. String? extra,
  2. int? client_id,
  3. string? language_code,
  4. string? phone_number_prefix,
})

Implementation

GetPhoneNumberInfoSync({
  super.extra,
  super.client_id,
  this.language_code,
  this.phone_number_prefix,
});