ForegroundServiceNotificationOptions constructor
ForegroundServiceNotificationOptions({
- String? title,
- String? message,
- bool? showStopAction,
- String? stopActionText,
- ForegroundServiceNotificationTapAction? tapAction,
Implementation
ForegroundServiceNotificationOptions({
this.title,
this.message,
this.showStopAction,
this.stopActionText,
this.tapAction,
});