CDNConfigOptions constructor

CDNConfigOptions({
  1. String cdnBaseUrl = 'https://assets.gokwik.co',
  2. String configPath = '/scripts/mobile-sdk-config',
})

Implementation

CDNConfigOptions({
  this.cdnBaseUrl = 'https://assets.gokwik.co',
  this.configPath = '/scripts/mobile-sdk-config',
});