Proxy constructor

Proxy({
  1. int? defaultSessionExpiryMinutes,
  2. bool? disabled,
  3. String? fallBackPhoneNumber,
  4. List<String>? phoneNumberCountries,
})

Implementation

Proxy({
  this.defaultSessionExpiryMinutes,
  this.disabled,
  this.fallBackPhoneNumber,
  this.phoneNumberCountries,
});