Configuration constructor

const Configuration({
  1. PlatformConfiguration? android,
  2. PlatformConfiguration? ios,
  3. DeepLink? deepLink,
  4. BuildVersion? buildVersion,
  5. AdMob? admob,
  6. bool? forceRemoteControl,
  7. bool? useLocal,
})

Implementation

const Configuration({
  this.android,
  this.ios,
  this.deepLink,
  this.buildVersion,
  this.admob,
  this.forceRemoteControl,
  this.useLocal,
});