GromoreSdkConfig constructor

GromoreSdkConfig({
  1. String? appName,
  2. String? appId,
  3. bool? allowShowNotify,
  4. bool? debug,
  5. bool? supportMultiProcess,
  6. bool? useMediation,
  7. bool? wxAppId,
})

Implementation

GromoreSdkConfig({
  this.appName,
  this.appId,
  this.allowShowNotify,
  this.debug,
  this.supportMultiProcess,
  this.useMediation,
  this.wxAppId,
});