ServiceConfig constructor

ServiceConfig({
  1. String? appId,
  2. String? appSecurity,
  3. String? enterpriseSenderCode,
  4. String? environment,
})

Implementation

ServiceConfig({
  this.appId,
  this.appSecurity,
  this.enterpriseSenderCode,
  this.environment,
});