PhoneNumberAuthenticationSettings constructor

PhoneNumberAuthenticationSettings({
  1. String? extra,
  2. int? client_id,
  3. Bool? allow_flash_call,
  4. Bool? allow_missed_call,
  5. Bool? is_current_phone_number,
  6. Bool? allow_sms_retriever_api,
  7. vector<string>? authentication_tokens,
})

Implementation

PhoneNumberAuthenticationSettings({
  super.extra,
  super.client_id,
  this.allow_flash_call,
  this.allow_missed_call,
  this.is_current_phone_number,
  this.allow_sms_retriever_api,
  this.authentication_tokens,
});