AndroidSetting constructor

AndroidSetting({
  1. String? apiEndpoint,
  2. String? cdnEndpoint,
  3. String? chatEndpoint,
  4. String? turnServerEndpoint,
})

Implementation

AndroidSetting({
  this.apiEndpoint,
  this.cdnEndpoint,
  this.chatEndpoint,
  this.turnServerEndpoint,
});