WithForegroundService constructor
const
WithForegroundService({})
Implementation
const WithForegroundService({
Key? key,
required this.geofenceService,
this.notificationChannelId,
this.notificationChannelName,
this.notificationContentTitle,
this.notificationContentText,
required this.child
}) : super(key: key);