OfflinePushInfo constructor

OfflinePushInfo({
  1. String title = '',
  2. String desc = '',
  3. bool disablePush = false,
  4. String ext = '',
  5. String iOSSound = '',
  6. bool ignoreIOSBadge = false,
  7. String androidOPPOChannelID = '',
})

Implementation

OfflinePushInfo({
  this.title = '',
  this.desc = '',
  this.disablePush = false,
  this.ext = '',
  this.iOSSound = '',
  this.ignoreIOSBadge = false,
  this.androidOPPOChannelID = '',
});