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