ForegroundServiceNotificationOptions constructor

ForegroundServiceNotificationOptions({
  1. String? title,
  2. String? message,
  3. bool? showStopAction,
  4. String? stopActionText,
  5. ForegroundServiceNotificationTapAction? tapAction,
})

Implementation

ForegroundServiceNotificationOptions({
  this.title,
  this.message,
  this.showStopAction,
  this.stopActionText,
  this.tapAction,
});