AndroidSpecialParameter constructor

const AndroidSpecialParameter({
  1. bool disableNotification = false,
  2. bool? keepBond,
  3. bool? packetReceiptNotificationsEnabled,
  4. bool? restoreBond,
  5. bool startAsForegroundService = true,
})

Implementation

const AndroidSpecialParameter({
  this.disableNotification = false,
  this.keepBond,
  this.packetReceiptNotificationsEnabled,
  this.restoreBond,
  this.startAsForegroundService = true,
});