ServiceUpdateOptions constructor
const
ServiceUpdateOptions({
- required ForegroundTaskOptions? foregroundTaskOptions,
- required String? notificationContentTitle,
- required String? notificationContentText,
- NotificationIconData? notificationIcon,
- List<
NotificationButton> ? notificationButtons, - Function? callback,
Implementation
const ServiceUpdateOptions({
required this.foregroundTaskOptions,
required this.notificationContentTitle,
required this.notificationContentText,
this.notificationIcon,
this.notificationButtons,
this.callback,
});