InitConfig constructor

InitConfig({
  1. String? authToken,
  2. EnvironmentType? env,
  3. String? tappToken,
  4. AffiliateType? affiliate,
})

Implementation

InitConfig({
  this.authToken,
  this.env,
  this.tappToken,
  this.affiliate,
});