GenerateConfig constructor

GenerateConfig({
  1. bool? enable,
  2. String? appIcon,
  3. bool? enablePad,
  4. bool? enableMac,
  5. bool? enableWatch,
  6. String? launchImage,
  7. bool? enableRoundIcon,
  8. bool? enableCircleIcon,
  9. String? firebaseNotificationIcon,
})

Implementation

GenerateConfig({
  this.enable,
  this.appIcon,
  this.enablePad,
  this.enableMac,
  this.enableWatch,
  this.launchImage,
  this.enableRoundIcon,
  this.enableCircleIcon,
  this.firebaseNotificationIcon,
});