NUIAppConfig constructor

NUIAppConfig({
  1. String? appId,
  2. int? versionCode,
  3. String? versionName,
  4. String? releaseVersion,
  5. String? name,
  6. String? oneSignalAppId,
  7. String? oneSignalAppRESTKey,
  8. String? baseURL,
})

Implementation

NUIAppConfig({
  this.appId, this.versionCode, this.versionName, this.releaseVersion, this.name, this.oneSignalAppId, this.oneSignalAppRESTKey, this.baseURL
});